Merge pull request #1149 from jotomo/treatment-prefs

Treatments don't have settings.
This commit is contained in:
Milos Kozak 2018-06-24 17:20:59 +02:00 committed by GitHub
commit eb9f489411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,6 @@ public class TreatmentsPlugin extends PluginBase implements TreatmentsInterface
.fragmentClass(TreatmentsFragment.class.getName())
.pluginName(R.string.treatments)
.shortName(R.string.treatments_shortname)
.preferencesId(R.xml.pref_absorption_oref0)
.alwaysEnabled(true)
.description(R.string.description_treatments)
);