refactor: use updated m3 colors on AccountSwitcherSheet.java
This commit is contained in:
parent
568f249608
commit
f9b4f9d1b4
|
@ -118,7 +118,7 @@ public class AccountSwitcherSheet extends BottomSheet{
|
|||
content.setBackgroundResource(R.drawable.bg_bottom_sheet);
|
||||
content.addView(list);
|
||||
setContentView(content);
|
||||
setNavigationBarBackground(new ColorDrawable(UiUtils.getThemeColor(getContext(), R.attr.colorWindowBackground)), !UiUtils.isDarkTheme());
|
||||
setNavigationBarBackground(new ColorDrawable(UiUtils.getThemeColor(getContext(), R.attr.colorM3Surface)), !UiUtils.isDarkTheme());
|
||||
}
|
||||
|
||||
public void setOnClick(BiConsumer<String, Boolean> onClick) {
|
||||
|
|
Loading…
Reference in New Issue