fix(mobile): cleanup code

This commit is contained in:
Peter Ombodi 2026-08-03 17:13:22 +03:00
parent 8877f7c719
commit 49d74e498e

View file

@ -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();