add getPreferenceId to food plugin
This commit is contained in:
parent
f67bd291cd
commit
a162343cd4
|
@ -76,5 +76,10 @@ public class FoodPlugin implements PluginBase {
|
|||
if (type == GENERAL) this.fragmentVisible = fragmentVisible;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getPreferencesId() {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue