Disable wear plugin by default.
This commit is contained in:
parent
00d02802ce
commit
1e3f6dd192
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue