Merge branch 'release_hyx' into release

This commit is contained in:
anfe 2024-06-05 18:38:24 +08:00
commit 1e1ebd22be
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class _StarLockMainPageState extends State<StarLockMainPage> with BaseWidget {
setState(() {});
});
// if (mounted) {
// setState(() {});
// setSŒe(() {});
// }
}

View File

@ -13,7 +13,7 @@ import 'package:star_lock/app.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
await tester.pumpWidget(MyApp(isLogin: false));
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);