mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
@@ -67,7 +67,7 @@ class _MemberHomeState extends State<MemberHome>
|
||||
);
|
||||
|
||||
Widget _buildBody(LoadingState<SpaceData?> loadingState) {
|
||||
final isVertical = context.isPortrait;
|
||||
final isVertical = context.width < 600;
|
||||
final setting = _ctr.spaceSetting;
|
||||
final isOwner = setting != null;
|
||||
final color = Theme.of(context).colorScheme.outline;
|
||||
|
||||
Reference in New Issue
Block a user