mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-04-28 20:19:35 +00:00
update to 9.1.0
This commit is contained in:
parent
e9a35cea54
commit
67b1fd17e6
318 changed files with 46849 additions and 16511 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue