mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: bakPath & lib l10n
This commit is contained in:
@@ -77,11 +77,9 @@ class MyApp extends StatelessWidget {
|
||||
|
||||
Widget _buildAppContent(BuildContext ctx) {
|
||||
//if (Pros.app.isWearOS) return const WearHome();
|
||||
ctx.setLibL10n();
|
||||
return const HomePage();
|
||||
}
|
||||
|
||||
// bool _isSmallDevice(BuildContext ctx) =>
|
||||
// MediaQuery.of(ctx).size.shortestSide < 600;
|
||||
}
|
||||
|
||||
void _setup(BuildContext context) async {
|
||||
|
||||
Reference in New Issue
Block a user