Show Notifications for Group Messages

This commit is contained in:
Torsten Grote
2016-11-07 13:43:17 -02:00
parent fbcf334941
commit 81d341374d
8 changed files with 193 additions and 13 deletions

View File

@@ -59,7 +59,7 @@ public class GroupControllerImpl extends
@Override
public void onActivityStart() {
super.onActivityStart();
// TODO: Add new notification manager methods for private groups
notificationManager.clearGroupMessageNotification(getGroupId());
}
@Override