mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-04-30 21:19:33 +00:00
Update to 7.2.1 (2135)
This commit is contained in:
parent
002c01ecd3
commit
8726c6d11f
11 changed files with 75 additions and 34 deletions
|
|
@ -199,7 +199,7 @@ public class SharedConfig {
|
|||
|
||||
public static void loadConfig() {
|
||||
synchronized (sync) {
|
||||
if (configLoaded) {
|
||||
if (configLoaded || ApplicationLoader.applicationContext == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue