Reset nav bar color

pull/196/head
M66B 4 years ago
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…
Cancel
Save