mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 18:24:29 +08:00
Fix deeplink issue caused by bootstrap finishing too quickly (due to removal of marker bitmap loading)
This commit is contained in:
@ -73,6 +73,9 @@ class AppLogic {
|
|||||||
collectiblesLogic.init();
|
collectiblesLogic.init();
|
||||||
await collectiblesLogic.load();
|
await collectiblesLogic.load();
|
||||||
|
|
||||||
|
// Wait at least 1 frame to give GoRouter time to catch the initial deeplink
|
||||||
|
await Future.delayed(1.milliseconds);
|
||||||
|
|
||||||
// Flag bootStrap as complete
|
// Flag bootStrap as complete
|
||||||
isBootstrapComplete = true;
|
isBootstrapComplete = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user