rebuild on sheet changes for now

This commit is contained in:
Fabian Freund
2025-10-03 14:43:21 +02:00
parent e0e294daa5
commit 63aed9400b
@@ -103,7 +103,7 @@ class BrowserScreen extends HookConsumerWidget {
[],
);
final sheetController = useRef<PersistentBottomSheetController?>(null);
final sheetController = useState<PersistentBottomSheetController?>(null);
return PopScope(
//We need this for BackButtonListener to work downstream