mirror of
https://github.com/Linloir/Flutter-Wordle.git
synced 2025-12-16 22:18:10 +08:00
fixed bugs
This commit is contained in:
parent
a772a6a681
commit
bb4cec06fa
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @Author : Linloir
|
||||
* @Date : 2022-03-05 20:41:41
|
||||
* @LastEditTime : 2022-03-08 21:44:49
|
||||
* @LastEditTime : 2022-03-09 13:10:14
|
||||
* @Description : Offline page
|
||||
*/
|
||||
|
||||
@ -33,6 +33,9 @@ class _OfflinePageState extends State<OfflinePage> with TickerProviderStateMixin
|
||||
}
|
||||
);
|
||||
}
|
||||
else {
|
||||
mainBus.emit(event: "Result", args: result);
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user