mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 15:41:02 +00:00
Update to 7.5.0 (2243)
This commit is contained in:
parent
3480f19272
commit
92cfded3fc
287 changed files with 21680 additions and 2031 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue