has anyone successfully resized a composable dialo...
# compose
c
has anyone successfully resized a composable dialog destination using the insets-ui? how do I access the containing
Dialog
to
setDecorFitsSystemWindows
to false?
2
t
@Carl Benson any luck?
c
@Tepes Lucian Victor no, I have totally forgotten about this. But my issue was with input fields and that focused fields were not scrolled to when keyboard was showing (and dialog wasn't resized either) but that works much better in newer Compose versions
👍 1
t
sigh, ok. I’m trying to make the Dialog go fullscreen under status bar / navigation bar but it seems there’s no way around and have to resolve to the view world