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

View File

@@ -131,6 +131,7 @@ public abstract class SettingsBaseFragment extends MastodonToolbarFragment imple
super.onViewCreated(view, savedInstanceState); super.onViewCreated(view, savedInstanceState);
this.view = view; this.view = view;
hideToolbar(); hideToolbar();
setStatusBarColor(UiUtils.getThemeColor(getContext(), R.attr.colorWindowBackground));
} }
protected void hideToolbar() { protected void hideToolbar() {