mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 15:09:22 +01:00
Remove redundant code
This commit is contained in:
parent
3d5de229cb
commit
0a6a90f963
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class _ViewerDetailPaneState extends State<ViewerDetailPane> {
|
||||||
await NotifiedAction(
|
await NotifiedAction(
|
||||||
() async {
|
() async {
|
||||||
final albumRepo = AlbumRepo(AlbumCachedDataSource());
|
final albumRepo = AlbumRepo(AlbumCachedDataSource());
|
||||||
await UpdateAlbum(albumRepo).call(
|
await UpdateAlbum(albumRepo)(
|
||||||
widget.account,
|
widget.account,
|
||||||
widget.album!.copyWith(
|
widget.album!.copyWith(
|
||||||
coverProvider: AlbumManualCoverProvider(
|
coverProvider: AlbumManualCoverProvider(
|
||||||
|
|
Loading…
Reference in a new issue