1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Reset nav bar color

This commit is contained in:
M66B 2021-03-27 17:09:49 +01:00
parent 8778df07db
commit 6ca7487e62

View file

@ -873,6 +873,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
public boolean onOptionsItemSelected(MenuItem item) {
if (item.getItemId() == R.id.menu_default) {
FragmentOptions.reset(getContext(), RESET_OPTIONS);
setNavigationBarColor(Color.BLACK);
return true;
}
return super.onOptionsItemSelected(item);