TF-4136 Fix duplicate Executor instance creation.
This commit is contained in:
@@ -30,6 +30,7 @@ class ApplicationManager {
|
||||
_versionCache = null;
|
||||
_cachedWebUserAgent = null;
|
||||
_cachedMobileUserAgent = null;
|
||||
_isMobileUserAgentInitialized = false;
|
||||
}
|
||||
|
||||
Future<PackageInfo> getPackageInfo() async {
|
||||
|
||||
Reference in New Issue
Block a user