Update to 7.9.1 (2387)

This commit is contained in:
DrKLO 2021-07-31 06:39:13 +07:00
parent 3e5d2ba92b
commit 24c6968b8a
23 changed files with 266 additions and 138 deletions

View file

@ -421,7 +421,7 @@ public class SharedConfig {
}
public static boolean isAppUpdateAvailable() {
if (pendingAppUpdate == null || pendingAppUpdate.document == null || !AndroidUtilities.isStandaloneApp()) {
if (pendingAppUpdate == null || pendingAppUpdate.document == null || !BuildVars.isStandaloneApp()) {
return false;
}
int currentVersion;