Remove unused method.
This commit is contained in:
parent
8f813d52fa
commit
d679481698
|
@ -251,11 +251,4 @@ public class WearPlugin implements PluginBase {
|
||||||
public static void unRegisterWatchUpdaterService() {
|
public static void unRegisterWatchUpdaterService() {
|
||||||
watchUS = null;
|
watchUS = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void overviewNotification(int id, String message) {
|
|
||||||
if(SP.getBoolean("wear_overview_notification", false)){
|
|
||||||
ActionStringHandler.expectNotificationAction(message, id);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue