Trying to pop up an Alert Dialog and getting this ...
# compose
b
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{..}