mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 02:48:54 +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(() {
|
setState(() {
|
||||||
_album = newAlbum;
|
_album = newAlbum;
|
||||||
_transformItems();
|
_transformItems();
|
||||||
|
_initCover();
|
||||||
});
|
});
|
||||||
}).catchError((e, stacktrace) {
|
}).catchError((e, stacktrace) {
|
||||||
_log.shout("[_onSelectionRemovePressed] Failed while updating album", e,
|
_log.shout("[_onSelectionRemovePressed] Failed while updating album", e,
|
||||||
|
|
Loading…
Reference in a new issue