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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user