mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -29,7 +29,7 @@ class _LiveDmBlockPageState extends State<LiveDmBlockPage> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
isPortrait = context.orientation == Orientation.portrait;
|
||||
isPortrait = context.isPortrait;
|
||||
final theme = Theme.of(context);
|
||||
|
||||
Widget tabBar = TabBar(
|
||||
|
||||
Reference in New Issue
Block a user