Fix load app from cache
This commit is contained in:
parent
b1063f5057
commit
7b05ed2a4a
5 changed files with 19 additions and 13 deletions
|
@ -17,6 +17,8 @@ void serviceEntry() {
|
|||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
SessionData.LoadSavedCacheState();
|
||||
|
||||
SessionData.isWeb = true;
|
||||
try {
|
||||
SessionData.isWeb = !Platform.isAndroid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue