mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-04-30 21:19:33 +00:00
Update to 7.9.1 (2387)
This commit is contained in:
parent
3e5d2ba92b
commit
24c6968b8a
23 changed files with 266 additions and 138 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue