Merge pull request #532 from AdrianLxM/adrain156work01

remove wear-overview notifications as replaced by system notifications
This commit is contained in:
Milos Kozak 2017-12-13 00:00:20 +01:00 committed by GitHub
commit 2a284ce052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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());
} }