Tolriq

Results 228 comments of Tolriq

Facing the same issue. ``` val systemUiController = rememberSystemUiController() SideEffect { systemUiController.setSystemBarsColor(color = Color.Transparent, darkIcons = false) } ``` Works and have the content draw under the status bar. ```...

Yes P6 Pro and all my emulator images have it too. I'll test later the option and report back.

So after quite a few tests, for whatever reason layoutInDisplayCutoutMode only works when set via the theme.xml not by code. (Android 12 P6 pro) When setting `layoutInDisplayCutoutMode` to always in...

Here's the video. Theme ``` false true always ``` Code is relatively simple ``` setContent { CustomTheme { SideEffect { systemUiController.isStatusBarVisible = false systemUiController.setSystemBarsColor(color = Color.Transparent, darkIcons = useDarkIcons) }...

Unstale, still need a way to hide status bar properly as request by my users :(

Another one :) Is there a workaround / ugly way to get the proper window for layoutInDisplayCutoutMode? For my use case asked by users the need to hide the the...

Unstale we still need a way to do layoutInDisplayCutoutMode from code.

+1000 :) Tried a few times to ask for something allowing handling of non IOException errors and always rejected. Currently using added interceptor for that ... Typical use on Android...

PIng @programadorthi since you introduced the atomicContext

Platform is not always best :) But do not hesitate if you need things to be tested, hope you stay API compatible I'm in prod now, thanks again for the...