fix import settings not working

This commit is contained in:
Christian Schabesberger 2019-08-04 17:27:56 +02:00
parent c8f475bba1
commit fabb07bb28
2 changed files with 14 additions and 1 deletions

View file

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