waseefakhtar / dose-android

💊⏰ Dose is a medication reminder app for Android, built entirely using Kotlin and Jetpack Compose with MVVM + Clean Architecture
https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp
MIT License
509 stars 80 forks source link

Fix - Don't Show Today medications List until user clicks the today date chip #147

Closed zfml closed 2 months ago

zfml commented 7 months ago

When user created the today medications but the app don't show the today medications List in Home Screen until the user clicks the today date chip. Until the user clicks the chip , No medications Scheduled for this date is shown.It can make user confused.

So I fix above issue After fixing , user can see today medications list without clicking the today date chip.

Closes #150

zfml commented 1 month ago

Thank you for merging my commit and for the positive feedback! I'm sorry for the delayed response; I was in a place without internet access. I appreciate your support and I'm looking forward to contributing more to the project.