Skip to content

Commit 8132e8c

Browse files
authored
Update document_viewer_screen.dart
1 parent eb4866f commit 8132e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ui/screens/document_viewer_screen.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class _DocumentViewerScreenState extends State<DocumentViewerScreen> {
7373
),
7474
],
7575
),
76-
76+
7777
// Pilula toolbar
7878
if (isKeyboardVisible)
7979
Positioned(
@@ -118,4 +118,4 @@ class _DocumentViewerScreenState extends State<DocumentViewerScreen> {
118118
_focusNode.dispose();
119119
super.dispose();
120120
}
121-
}
121+
}

0 commit comments

Comments
 (0)