make sure tab bar always visible when bottom sheet active
This commit is contained in:
@@ -212,7 +212,9 @@ class BrowserScreen extends HookConsumerWidget {
|
||||
);
|
||||
|
||||
return Visibility(
|
||||
visible: !tabInFullScreen && appBarVisible,
|
||||
visible:
|
||||
sheetController.value != null ||
|
||||
(!tabInFullScreen && appBarVisible),
|
||||
child: BrowserBottomAppBar(displayedSheet: displayedSheet),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user