mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 15:41:02 +00:00
Bug fixes
This commit is contained in:
parent
dd61bbaa7a
commit
a38e46cd8b
19 changed files with 183 additions and 119 deletions
|
|
@ -397,6 +397,10 @@ public class NotificationsController {
|
|||
.setGroup("messages")
|
||||
.setGroupSummary(true);
|
||||
|
||||
//if (ApplicationLoader.mainInterfacePaused) {
|
||||
// mBuilder.setPriority(NotificationCompat.PRIORITY_HIGH);
|
||||
//}
|
||||
|
||||
String lastMessage = null;
|
||||
String lastMessageFull = null;
|
||||
if (pushMessages.size() == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue