ListView: Last note should not be covered by the fab

Fixes #344
This commit is contained in:
Vishesh Handa
2020-12-27 11:03:13 +01:00
parent a2e8f629df
commit 5375e6b2cd

View File

@ -115,6 +115,7 @@ class _FolderListViewState extends State<FolderListView> {
key: _listKey,
itemBuilder: _buildItem,
initialItemCount: widget.folder.notes.length,
padding: const EdgeInsets.fromLTRB(0, 0, 0, 48),
);
}