fix import settings not working
This commit is contained in:
parent
c8f475bba1
commit
fabb07bb28
2 changed files with 14 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue