I’m trying to show lengthy text in an `AlertDialog...
# compose
m
I’m trying to show lengthy text in an
AlertDialog
and am experiencing a major UI glitch the same as in this SO post (except that I’m just using a simple
Text
Composable). Any ideas? https://stackoverflow.com/questions/69683622/jetpack-compose-scrolling-in-dialog-gives-strange-effects
The workaround is to use
Dialog
directly, but then I’m finding getting the styling right to be very tricky.