mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fixed error
This commit is contained in:
parent
5133dbaed0
commit
c8e3b52b10
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public class SettingsFragment extends PreferenceFragment {
|
||||||
} else {
|
} else {
|
||||||
editor.putInt(Prefs.UPLOADS_SHOWING, value);
|
editor.putInt(Prefs.UPLOADS_SHOWING, value);
|
||||||
editor.putBoolean(Prefs.IS_CONTRIBUTION_COUNT_CHANGED,true);
|
editor.putBoolean(Prefs.IS_CONTRIBUTION_COUNT_CHANGED,true);
|
||||||
uploadLimit.setSummary(newValue.toString());
|
uploadLimit.setSummary(String.valueOf(value));
|
||||||
}
|
}
|
||||||
editor.apply();
|
editor.apply();
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue