bugfix on notes page
This commit is contained in:
@@ -257,6 +257,8 @@ class AddNoteScreenState extends State<AddNoteScreen> {
|
||||
style: const TextStyle(fontSize: 16.0),
|
||||
),
|
||||
),
|
||||
if (MediaQuery.of(context).viewInsets.bottom != 0)
|
||||
const SizedBox(height: 60),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user