Bug fixes

This commit is contained in:
DrKLO 2014-11-20 17:45:33 +03:00
parent dd61bbaa7a
commit a38e46cd8b
19 changed files with 183 additions and 119 deletions

View file

@ -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) {