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

Bryan Lee

12/20/2019, 10:36 PM
Trying to pop up an Alert Dialog and getting this error. Anyone come across this? "java.lang.IllegalArgumentException: Constraints should be satisfiable, but minHeight(0.ipx) > maxHeight(-75.ipx)"
Solved - Cause of error was from having too much text inside of the AlertDialog.
Simply wrapped Text() with VerticalScroller{..}
6 Views