mirror of https://github.com/M66B/FairEmail.git
Reset nav bar color
This commit is contained in:
parent
8778df07db
commit
6ca7487e62
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue