You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If need set statusBar background and foreground at same time. It seems that must set background before set foregound. if didn't do this. Set background always override foregbackground to light-model.
I find code in you lib like this :
wondow.setFlags([flag]);
maybe you need save foreground mode flag before set backgroud flag ,then set foreground mode flag to final flag ,like this :
If need set statusBar background and foreground at same time. It seems that must set background before set foregound. if didn't do this. Set background always override foregbackground to light-model.
I find code in you lib like this :
maybe you need save foreground mode flag before set backgroud flag ,then set foreground mode flag to final flag ,like this :
The text was updated successfully, but these errors were encountered: