bugfix on notes page

This commit is contained in:
Kima 2024-05-22 17:22:02 +02:00
parent 30cfdfe784
commit cd0729fa5e

View File

@ -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),
],
),
),