Skip to content

Commit 0006239

Browse files
committed
update ui
1 parent 6e5f1a8 commit 0006239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/page/welcome_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class _WelcomePageState extends State<WelcomePage> {
4141

4242
///防止多次进入
4343
Store<GSYState> store = StoreProvider.of(context);
44-
new Future.delayed(const Duration(seconds: 0), () {
44+
new Future.delayed(const Duration( milliseconds: 500), () {
4545
setState(() {
4646
text = "Welcome";
4747
fontSize = 60;

0 commit comments

Comments
 (0)