mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 23:56:13 +08: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