Skip to content

Commit

Permalink
Update to 5.13.1 (1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKLO committed Jan 3, 2020
1 parent 76be9be commit 46be790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ android {
}
}

defaultConfig.versionCode = 1825
defaultConfig.versionCode = 1826

applicationVariants.all { variant ->
variant.outputs.all { output ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6070,7 +6070,7 @@ protected void checkLastDialogMessage(final TLRPC.Dialog dialog, final TLRPC.Inp
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);
Expand Down

0 comments on commit 46be790

Please sign in to comment.