remove wear-overview notifications as replaced by system notifications

This commit is contained in:
AdrianLxM 2017-12-07 12:32:14 +01:00
parent d3e11d9331
commit 0013050860

View file

@ -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()); Collections.sort(store, new NotificationComparator());
} }