Merge pull request #91 from AdrianLxM/patch-6

Set fragmentVisible instead of fragmentEnabled
This commit is contained in:
Milos Kozak 2016-12-14 08:34:50 +01:00 committed by GitHub
commit 798fe450ca

View file

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