Set fragmentVisible instead of fragmentEnabled
This commit is contained in:
parent
49453e10df
commit
d461a4b2c4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue