Merge branch 'koreandanar' of https://github.com/MilosKozak/AndroidAPS into koreandanar

This commit is contained in:
Milos Kozak 2016-12-14 11:17:15 +01:00
commit 889c75f3ee

View file

@ -120,7 +120,7 @@ public class SmsCommunicatorPlugin implements PluginBase {
@Override
public void setFragmentVisible(int type, boolean fragmentVisible) {
if (type == GENERAL) this.fragmentEnabled = fragmentVisible;
if (type == GENERAL) this.fragmentVisible = fragmentVisible;
}
@Subscribe