Small improvements

This commit is contained in:
M66B
2021-06-26 15:50:20 +02:00
parent 7fc720a520
commit 40347cd3ff
12 changed files with 60 additions and 32 deletions

View File

@@ -394,7 +394,7 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
@Override
public boolean onOptionsItemSelected(MenuItem item) {
if (item.getItemId() == R.id.menu_default) {
FragmentOptions.reset(getContext(), RESET_OPTIONS);
FragmentOptions.reset(getContext(), RESET_OPTIONS, null);
return true;
}
return super.onOptionsItemSelected(item);