fix in string represantation conversion

here
Christian Fischer 2016-04-02 16:08:36 +02:00
parent 66c1b3f178
commit 72258c178c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public abstract class AbstractSettingsActivity extends PreferenceActivity {
}
public void updateSummary(Preference preference, Object value) {
String stringValue = value.toString();
String stringValue = String.valueOf(value);
if (preference instanceof ListPreference) {
// For list preferences, look up the correct display value in