remove wear-overview notifications as replaced by system notifications
This commit is contained in:
parent
d3e11d9331
commit
0013050860
1 changed files with 0 additions and 5 deletions
|
@ -69,11 +69,6 @@ public class NotificationStore {
|
|||
}
|
||||
}
|
||||
|
||||
WearPlugin wearPlugin = MainApp.getSpecificPlugin(WearPlugin.class);
|
||||
if (wearPlugin != null && wearPlugin.isEnabled()) {
|
||||
wearPlugin.overviewNotification(n.id, "OverviewNotification:\n" + n.text);
|
||||
}
|
||||
|
||||
Collections.sort(store, new NotificationComparator());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue