https://kotlinlang.org logo
#compose
Title
# compose
m

Maxr1998

09/17/2020, 8:50 AM
Hi! Just joined the channel. I've dived into Jetpack Compose a few days ago, and it's really, reallly nice so far. I have an issue with the Popup composable however, for some reason it doesn't fill the full screen width, only about 75%, although the child has
Modifier.fillMaxWidth()
set. Is that a known issue, or a configuration/usage error on my part? Using Compose alpha02.
I suppose I should file an issue for that?
p

Piotr Prus

02/03/2021, 9:45 PM
Did you file the issue? I have similar problem in alpha11
2 Views