Tolriq
07/02/2021, 9:01 AMalorma
07/02/2021, 10:36 AMTolriq
07/02/2021, 10:40 AMproperties = DialogProperties(
usePlatformDefaultWidth = true
)
The problem is that it's annotated as ExperimentalAPI so you also need @OptIn(ExperimentalComposeUiApi::class)
and the rest of the OptIn standard things to not get warnings / errors on production builds.alorma
07/02/2021, 11:25 AMLouis Pullen-Freilich [G]
07/02/2021, 1:01 PMAdam Powell
07/02/2021, 7:22 PMAdam Powell
07/02/2021, 7:23 PMTolriq
07/02/2021, 7:26 PMLouis Pullen-Freilich [G]
07/02/2021, 7:26 PMTolriq
07/02/2021, 7:30 PMTolriq
07/02/2021, 7:36 PMAdam Powell
07/02/2021, 7:38 PMOn android by default alerts are wrap content withyes, I'm aware, I've spent many years getting to debug that code 😄
Adam Powell
07/02/2021, 7:39 PMAdam Powell
07/02/2021, 7:40 PMAdam Powell
07/02/2021, 7:40 PMAdam Powell
07/02/2021, 7:41 PMTolriq
07/02/2021, 7:44 PMTolriq
07/02/2021, 7:48 PM