rebuild on sheet changes for now
This commit is contained in:
@@ -103,7 +103,7 @@ class BrowserScreen extends HookConsumerWidget {
|
|||||||
[],
|
[],
|
||||||
);
|
);
|
||||||
|
|
||||||
final sheetController = useRef<PersistentBottomSheetController?>(null);
|
final sheetController = useState<PersistentBottomSheetController?>(null);
|
||||||
|
|
||||||
return PopScope(
|
return PopScope(
|
||||||
//We need this for BackButtonListener to work downstream
|
//We need this for BackButtonListener to work downstream
|
||||||
|
|||||||
Reference in New Issue
Block a user