We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4866f commit 8132e8cCopy full SHA for 8132e8c
lib/ui/screens/document_viewer_screen.dart
@@ -73,7 +73,7 @@ class _DocumentViewerScreenState extends State<DocumentViewerScreen> {
73
),
74
],
75
76
-
+
77
// Pilula toolbar
78
if (isKeyboardVisible)
79
Positioned(
@@ -118,4 +118,4 @@ class _DocumentViewerScreenState extends State<DocumentViewerScreen> {
118
_focusNode.dispose();
119
super.dispose();
120
}
121
-}
+}
0 commit comments