Skip to content

Commit 1e89182

Browse files
committed
update to 11.1.3 (5244)
- fixed loading popular bots after cache expiration - fixed editing caption after weather widget
1 parent 8558775 commit 1e89182

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

TMessagesProj/src/main/java/org/telegram/ui/Components/DialogsBotsAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ public void load() {
488488

489489
if (System.currentTimeMillis() - cacheTime > 60 * 60 * 1000) {
490490
bots.clear();
491+
lastOffset = null;
491492
load();
492493
}
493494
});

TMessagesProj/src/main/java/org/telegram/ui/Stories/recorder/PaintView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,6 +1967,7 @@ protected boolean checkAudioPermission(Runnable granted) {
19671967
Weather.fetch(true, weather -> {
19681968
if (weather != null) {
19691969
alert.dismiss();
1970+
onOpenCloseStickersAlert(false);
19701971
appearAnimation(createWeatherView(weather, false));
19711972
}
19721973
});

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
1515
#Sat Mar 12 05:53:50 MSK 2016
16-
APP_VERSION_CODE=5243
16+
APP_VERSION_CODE=5244
1717
APP_VERSION_NAME=11.1.3
1818
APP_PACKAGE=org.telegram.messenger
1919
IS_PRIVATE=false

0 commit comments

Comments
 (0)