mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-21 02:50:14 +08:00
@@ -44,7 +44,7 @@ class _MemberHomeState extends State<MemberHome>
|
||||
}
|
||||
|
||||
Widget _buildBody(LoadingState<SpaceData?> loadingState) {
|
||||
final isVertical = context.orientation == Orientation.portrait;
|
||||
final isVertical = context.isPortrait;
|
||||
final setting = _ctr.spaceSetting;
|
||||
final isOwner = setting != null;
|
||||
final color = Theme.of(context).colorScheme.outline;
|
||||
|
||||
Reference in New Issue
Block a user