mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 02:48:54 +01:00
Remove useless code
This commit is contained in:
parent
9fc08aa5ec
commit
7ae54b9d7e
1 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,7 @@ mixin AlbumBrowserMixin<T extends StatefulWidget>
|
|||
final coverFile = album.coverProvider.getCover(album);
|
||||
_coverPreviewUrl = api_util.getFilePreviewUrl(account, coverFile!,
|
||||
width: 1024, height: 600);
|
||||
} catch (_) {
|
||||
return null;
|
||||
}
|
||||
} catch (_) {}
|
||||
}
|
||||
|
||||
@protected
|
||||
|
|
Loading…
Reference in a new issue