Set fragmentVisible instead of fragmentEnabled

This commit is contained in:
AdrianLxM 2016-12-14 08:23:22 +01:00 committed by GitHub
parent 49453e10df
commit d461a4b2c4

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