mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 06:25:14 +01:00
Update to 5.13.1 (1826)
This commit is contained in:
parent
76be9be855
commit
46be79049e
3 changed files with 3 additions and 3 deletions
|
@ -283,7 +283,7 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
defaultConfig.versionCode = 1825
|
||||
defaultConfig.versionCode = 1826
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.all { output ->
|
||||
|
|
|
@ -19,7 +19,7 @@ public class BuildVars {
|
|||
public static boolean USE_CLOUD_STRINGS = true;
|
||||
public static boolean CHECK_UPDATES = true;
|
||||
public static boolean TON_WALLET_STANDALONE = false;
|
||||
public static int BUILD_VERSION = 1825;
|
||||
public static int BUILD_VERSION = 1826;
|
||||
public static String BUILD_VERSION_STRING = "5.13.0";
|
||||
public static int APP_ID = 4;
|
||||
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103";
|
||||
|
|
|
@ -6070,7 +6070,7 @@ public class MessagesController extends BaseController implements NotificationCe
|
|||
dialogs.messages.addAll(res.messages);
|
||||
dialogs.count = 1;
|
||||
processDialogsUpdate(dialogs, null);
|
||||
getMessagesStorage().putMessages(res.messages, true, true, false, getDownloadController().getAutodownloadMask(), true);
|
||||
getMessagesStorage().putMessages(res.messages, true, true, false, getDownloadController().getAutodownloadMask(), true, false);
|
||||
} else {
|
||||
AndroidUtilities.runOnUIThread(() -> {
|
||||
TLRPC.Dialog currentDialog = dialogs_dict.get(dialog.id);
|
||||
|
|
Loading…
Reference in a new issue