correctness

use apply() on SharedPreferences
use dp instead of sp for text sizes

BUILD SUCCESSFUL in 22s
39 actionable tasks: 10 executed, 29 up-to-date
This commit is contained in:
BO41 2018-08-28 19:30:44 +02:00
parent 5660b5ddc6
commit a588ec084b
3 changed files with 5 additions and 5 deletions

View file

@ -264,7 +264,7 @@ public class ContentSettingsFragment extends BasePreferenceFragment {
else if (v instanceof String)
prefEdit.putString(key, ((String) v));
}
prefEdit.commit();
prefEdit.apply();
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {