mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix(mobile): cleanup code
This commit is contained in:
parent
8877f7c719
commit
49d74e498e
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@ class ViewerBottomBar extends ConsumerWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
|
||||
debugPrint('ViewerBottomBar,ViewerBottomBar ViewerBottomBar');
|
||||
final asset = ref.watch(assetViewerProvider.select((s) => s.currentAsset));
|
||||
if (asset == null) {
|
||||
return const SizedBox.shrink();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue