try counter early initialization issues in release

This commit is contained in:
Fabian Freund
2025-06-15 21:26:24 +02:00
parent 76d072cd99
commit 00588a16ad
+2
View File
@@ -26,6 +26,8 @@ void main() async {
logger.d('VM: ${serviceProtocolInfo.serverUri}');
}
//Ensure everything is ready
await Future.delayed(Duration.zero);
await GeckoBrowserService().initialize();
await BackgroundFetch.registerHeadlessTask(backgroundFetch);