Disable wear plugin by default.

This commit is contained in:
Johannes Mockenhaupt 2018-02-17 19:37:37 +01:00
parent 00d02802ce
commit 1e3f6dd192
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -29,8 +29,8 @@ import info.nightscout.utils.SP;
public class WearPlugin implements PluginBase { public class WearPlugin implements PluginBase {
private static boolean fragmentEnabled = true; private static boolean fragmentEnabled = false;
private boolean fragmentVisible = true; private boolean fragmentVisible = false;
private static WatchUpdaterService watchUS; private static WatchUpdaterService watchUS;
private final Context ctx; private final Context ctx;