Remove useless code

This commit is contained in:
Ming Ming 2021-08-14 04:04:17 +08:00
parent 9fc08aa5ec
commit 7ae54b9d7e

View file

@ -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