TF-4136 Fix duplicate Executor instance creation.

This commit is contained in:
dab246
2026-01-12 10:56:30 +07:00
committed by Dat H. Pham
parent 944029d16c
commit b6f7f7d846
15 changed files with 69 additions and 27 deletions
+1
View File
@@ -30,6 +30,7 @@ class ApplicationManager {
_versionCache = null;
_cachedWebUserAgent = null;
_cachedMobileUserAgent = null;
_isMobileUserAgentInitialized = false;
}
Future<PackageInfo> getPackageInfo() async {