add getPreferenceId to food plugin

This commit is contained in:
Milos Kozak 2017-11-01 20:47:16 +01:00
parent f67bd291cd
commit a162343cd4

View file

@ -76,5 +76,10 @@ public class FoodPlugin implements PluginBase {
if (type == GENERAL) this.fragmentVisible = fragmentVisible;
}
@Override
public int getPreferencesId() {
return -1;
}
}