maxkeppeler / sheets-compose-dialogs

✨ Enhancing Android UIs: A Jetpack Compose Library supporting a wide range of common use-cases with Material Design 3 Dialogs, Popups, and Bottom Sheets. ✨
https://maxkeppeler.github.io/sheets-compose-dialogs/
Apache License 2.0
780 stars 32 forks source link

(Calendar) When opening the dialog, date does not match the day of the week #90

Open b-dumchev opened 1 month ago

b-dumchev commented 1 month ago

When opening the dialog, the date does not match the day of the week. However, if we move to another month and back, everything is becoming right (attaching screenshots when opening the dialog and after we selected another month and returned back)

bug-1 bug-2

riickster commented 1 month ago

I Just had the same problem with v1.3.0 of the calendar module.

I think that its a bug for that version.

To fix this problem, this worked for me:

Hope it helps!

b-dumchev commented 1 month ago
  • Keeping the sheets-compose-dialogs:core at 1.3.0

  • Downgrading the sheets-compose-dialogs:calendar module from 1.3.0 -> 1.2.1

  • Hope it helps!

Yes, it is! Thanks a lot :) P.S. Anyway we'll wait for fixes in future versions