mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-20 12:01:46 +08:00
We missed to check if the available text width is changed when deciding if we should recreate the static text layout. Adds the check to fix the issue. Resolves https://github.com/material-components/material-components-android/issues/2459 PiperOrigin-RevId: 445941276