mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 04:07:53 +08:00
@ -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),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user