Update to 7.2.1 (2135)

This commit is contained in:
DrKLO 2020-10-30 20:44:29 +03:00
parent 002c01ecd3
commit 8726c6d11f
11 changed files with 75 additions and 34 deletions

View file

@ -199,7 +199,7 @@ public class SharedConfig {
public static void loadConfig() {
synchronized (sync) {
if (configLoaded) {
if (configLoaded || ApplicationLoader.applicationContext == null) {
return;
}