mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-21 04:22:42 +08:00
captionView.getText() doesn't ever return null (only "" if it's empty), so changed captionText parameter to be @NonNull PiperOrigin-RevId: 406358148