fix: fixes wrong status bar background color on light mode in settings

This addresses #204
This commit is contained in:
LucasGGamerM 2023-05-29 20:24:13 -03:00
parent 9e6723be41
commit ba31afda27
1 changed files with 1 additions and 0 deletions

View File

@ -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() {