mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 02:44:34 -05:00
Override getDefaultValueType with values based on the preference (#167)
This commit is contained in:
@@ -42,4 +42,9 @@ public class ListPreference extends Preference {
|
||||
public String getValue() { throw new RuntimeException("Stub!"); }
|
||||
|
||||
public void setValue(String value) { throw new RuntimeException("Stub!"); }
|
||||
|
||||
@Override
|
||||
public String getDefaultValueType() {
|
||||
return "String";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user