Override getDefaultValueType with values based on the preference (#167)
This commit is contained in:
@@ -29,4 +29,9 @@ public class MultiSelectListPreference extends DialogPreference {
|
||||
public Set<String> getValues() { throw new RuntimeException("Stub!"); }
|
||||
|
||||
public int findIndexOfValue(String value) { throw new RuntimeException("Stub!"); }
|
||||
|
||||
@Override
|
||||
public String getDefaultValueType() {
|
||||
return "Set";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user