This commit is contained in:
Thomas Way
2026-02-04 17:54:12 +00:00
parent 855817514c
commit bf6ed541dd
2 changed files with 23 additions and 83 deletions
@@ -357,7 +357,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
}
if (distanceToOrigin > openThreshold && !showingBottomSheet && !ref.read(readonlyModeProvider)) {
_openBottomSheet(ctx);
// _openBottomSheet(ctx);
}
}