mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 18:34:39 -05:00
implement data store for extension prefs
This commit is contained in:
@@ -21,6 +21,9 @@ public class PreferenceScreen extends Preference {
|
||||
}
|
||||
|
||||
public boolean addPreference(Preference preference) {
|
||||
// propagate own shared preferences
|
||||
preference.setSharedPreferences(getSharedPreferences());
|
||||
|
||||
preferences.add(preference);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user