1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-26 08:41:25 +00:00

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) {