Commit 052de30a authored by Grigory Fedorov's avatar Grigory Fedorov

Chat selection mechanism refactored and reviewed. Special intent action for...

Chat selection mechanism refactored and reviewed. Special intent action for recent chats. Also recent chats selected flag stored.
parent f78cf5f0
......@@ -493,10 +493,8 @@ public class NotificationManager implements OnInitializedListener, OnAccountChan
return messageNotification.getCount();
}
public void removeMessageNotification(final String account,
final String user) {
MessageNotification messageNotification = getMessageNotification(
account, user);
public void removeMessageNotification(final String account, final String user) {
MessageNotification messageNotification = getMessageNotification(account, user);
if (messageNotification == null)
return;
messageNotifications.remove(messageNotification);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment