update to 9.1.0

This commit is contained in:
xaxtix 2022-11-05 16:34:47 +04:00
parent e9a35cea54
commit 67b1fd17e6
318 changed files with 46849 additions and 16511 deletions

View file

@ -70,8 +70,10 @@ public class UserConfig extends BaseController {
public String premiumGiftsStickerPack;
public String genericAnimationsStickerPack;
public String defaultTopicIcons;
public long lastUpdatedPremiumGiftsStickerPack;
public long lastUpdatedGenericAnimations;
public long lastUpdatedDefaultTopicIcons;
public volatile byte[] savedPasswordHash;
public volatile byte[] savedSaltedPassword;
@ -405,7 +407,7 @@ public class UserConfig extends BaseController {
}
}
private SharedPreferences getPreferences() {
public SharedPreferences getPreferences() {
if (currentAccount == 0) {
return ApplicationLoader.applicationContext.getSharedPreferences("userconfing", Context.MODE_PRIVATE);
} else {