fix: bakPath & lib l10n

This commit is contained in:
lollipopkit
2024-05-24 16:29:05 +08:00
parent 5bcb950275
commit 3524b059c6
8 changed files with 41 additions and 36 deletions

View File

@@ -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 {