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

Kshitij Patil

11/19/2020, 6:52 AM
Is it possible to set
maxLines=1
for a
TextField
in compose 'alpha06' ?
a

allan.conda

11/19/2020, 6:53 AM
from alpha07
k

Kshitij Patil

11/19/2020, 6:56 AM
@allan.conda I'm a bit worried to bump my compose version to
alpha07
. Are there any breaking changes, major issues in the latest release?
a

allan.conda

11/19/2020, 6:58 AM
Well there is a “SlotTable” crash that is difficult to debug and reproduce in isolation. Although we were able to find a fix for it in our case. https://kotlinlang.slack.com/archives/CJLTWPH7S/p1605124287346300 And you need to replace all your foundation.text with material.Text otherwise you’ll get material theming issues
k

Kshitij Patil

11/19/2020, 7:10 AM
Has it fixed in any latest snapshot build?
a

allan.conda

11/19/2020, 7:11 AM
afaik they were still asking for a reproducible build and there’s no ticket for it
2 Views