From 104a19bc32da9c53198fcf05e586f0052aa6830f Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Sat, 17 May 2025 01:10:07 -0400 Subject: [PATCH] Add allowOverride = false to vivo store --- lib/app_sources/vivoappstore.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/app_sources/vivoappstore.dart b/lib/app_sources/vivoappstore.dart index 9b55ce2..68f41cd 100644 --- a/lib/app_sources/vivoappstore.dart +++ b/lib/app_sources/vivoappstore.dart @@ -13,6 +13,7 @@ class VivoAppStore extends AppSource { hosts = ['h5.appstore.vivo.com.cn', 'h5coml.vivo.com.cn']; naiveStandardVersionDetection = true; canSearch = true; + allowOverride = false; } @override