mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
@@ -32,8 +32,7 @@ class _HomePageState extends State<HomePage>
|
||||
final theme = Theme.of(context);
|
||||
return Column(
|
||||
children: [
|
||||
if (!_homeController.useSideBar &&
|
||||
context.orientation == Orientation.portrait)
|
||||
if (!_homeController.useSideBar && context.isPortrait)
|
||||
customAppBar(theme),
|
||||
if (_homeController.tabs.length > 1)
|
||||
Material(
|
||||
|
||||
Reference in New Issue
Block a user