Update to 7.5.0 (2243)

This commit is contained in:
DrKLO 2021-02-23 18:53:38 +07:00
parent 3480f19272
commit 92cfded3fc
287 changed files with 21680 additions and 2031 deletions

View file

@ -3471,7 +3471,8 @@ public class NotificationsController extends BaseController {
Intent intent = new Intent(ApplicationLoader.applicationContext, LaunchActivity.class);
intent.setAction("com.tmessages.openchat" + Math.random() + Integer.MAX_VALUE);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
//intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
if ((int) dialog_id != 0) {
if (pushDialogs.size() == 1) {
if (chat_id != 0) {
@ -4188,7 +4189,7 @@ public class NotificationsController extends BaseController {
Intent intent = new Intent(ApplicationLoader.applicationContext, LaunchActivity.class);
intent.setAction("com.tmessages.openchat" + Math.random() + Integer.MAX_VALUE);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
if (lowerId != 0) {
if (lowerId > 0) {