Minor refactor
This commit is contained in:
parent
2dae6159b7
commit
689a50c5f7
2 changed files with 0 additions and 4 deletions
|
@ -36,7 +36,6 @@ class _AlbumPageState extends State<AlbumPage> {
|
|||
logger.info("Deleting " + index.toString());
|
||||
widget.album.photos.removeAt(index);
|
||||
}
|
||||
_selectedPhotos.clear();
|
||||
});
|
||||
},
|
||||
),
|
||||
|
|
|
@ -55,9 +55,6 @@ class _HomeWidgetState extends State<HomeWidget> {
|
|||
widget.title,
|
||||
_selectedPhotos,
|
||||
onSelectionClear: _clearSelectedPhotos,
|
||||
onPhotosDeleted: (_) {
|
||||
_clearSelectedPhotos();
|
||||
},
|
||||
),
|
||||
bottomNavigationBar: _buildBottomNavigationBar(),
|
||||
body: FutureBuilder<bool>(
|
||||
|
|
Loading…
Add table
Reference in a new issue