mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Fix cover not updated after updating album
This commit is contained in:
parent
51936926cc
commit
84ec93b95e
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ class _AlbumViewerState extends State<AlbumViewer>
|
|||
setState(() {
|
||||
_album = newAlbum;
|
||||
_transformItems();
|
||||
_initCover();
|
||||
});
|
||||
}).catchError((e, stacktrace) {
|
||||
_log.shout("[_onSelectionRemovePressed] Failed while updating album", e,
|
||||
|
|
Loading…
Reference in a new issue