mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-19 19:41:35 +08:00
Fixes crash where default selection is outside of calendar constraints bounds. With this commit, in that case we now show the default selection date in the header, but the user can still only choose a new date within the constraints. Follow-up to: - https://github.com/material-components/material-components-android/pull/1651 - https://github.com/material-components/material-components-android/issues/1199 PiperOrigin-RevId: 332455279