fix: fixes wrong status bar background color on light mode in settings
This addresses #204
This commit is contained in:
parent
9e6723be41
commit
ba31afda27
|
@ -131,6 +131,7 @@ public abstract class SettingsBaseFragment extends MastodonToolbarFragment imple
|
|||
super.onViewCreated(view, savedInstanceState);
|
||||
this.view = view;
|
||||
hideToolbar();
|
||||
setStatusBarColor(UiUtils.getThemeColor(getContext(), R.attr.colorWindowBackground));
|
||||
}
|
||||
|
||||
protected void hideToolbar() {
|
||||
|
|
Loading…
Reference in New Issue