Stylianos Gakis
07/22/2023, 7:54 PMandroid:configChanges="orientation|screenSize|screenLayout"
and you allow screen rotations.
Not sure exactly which one of those breaks it (maybe the combination of them) but rotating the device makes it look horrible since the Modal does not resize itself on the rotation 😅Stylianos Gakis
07/22/2023, 7:54 PMStylianos Gakis
07/22/2023, 7:55 PMMarco Pierucci
07/22/2023, 7:55 PMStylianos Gakis
07/22/2023, 7:55 PMDan Nichols
07/23/2023, 1:21 AMAlbert Chang
07/23/2023, 6:22 AMModalBottomSheet
doesn’t seem to be using Dialog
or Popup
internally.Stylianos Gakis
07/23/2023, 8:13 AMDan Nichols
07/23/2023, 9:32 AM