mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 06:25:14 +01:00
update to 11.1.3 (5244)
- fixed loading popular bots after cache expiration - fixed editing caption after weather widget
This commit is contained in:
parent
8558775967
commit
1e89182699
3 changed files with 3 additions and 1 deletions
|
@ -488,6 +488,7 @@ public class DialogsBotsAdapter extends UniversalAdapter {
|
||||||
|
|
||||||
if (System.currentTimeMillis() - cacheTime > 60 * 60 * 1000) {
|
if (System.currentTimeMillis() - cacheTime > 60 * 60 * 1000) {
|
||||||
bots.clear();
|
bots.clear();
|
||||||
|
lastOffset = null;
|
||||||
load();
|
load();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -1967,6 +1967,7 @@ public class PaintView extends SizeNotifierFrameLayoutPhoto implements IPhotoPai
|
||||||
Weather.fetch(true, weather -> {
|
Weather.fetch(true, weather -> {
|
||||||
if (weather != null) {
|
if (weather != null) {
|
||||||
alert.dismiss();
|
alert.dismiss();
|
||||||
|
onOpenCloseStickersAlert(false);
|
||||||
appearAnimation(createWeatherView(weather, false));
|
appearAnimation(createWeatherView(weather, false));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
#Sat Mar 12 05:53:50 MSK 2016
|
#Sat Mar 12 05:53:50 MSK 2016
|
||||||
APP_VERSION_CODE=5243
|
APP_VERSION_CODE=5244
|
||||||
APP_VERSION_NAME=11.1.3
|
APP_VERSION_NAME=11.1.3
|
||||||
APP_PACKAGE=org.telegram.messenger
|
APP_PACKAGE=org.telegram.messenger
|
||||||
IS_PRIVATE=false
|
IS_PRIVATE=false
|
||||||
|
|
Loading…
Reference in a new issue