bugfix on notes page
This commit is contained in:
parent
30cfdfe784
commit
cd0729fa5e
@ -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),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user