maityamit / Sleepometer-Android-App

Sleepometer Android App , measure your sleep and track. This will basically measure your sleep, and represent the overall day-wise sleep hours and the last 7 days' average sleep also can measure.
https://play.google.com/store/apps/details?id=sleepometerbyamitmaity.example.sleepometer
MIT License
25 stars 41 forks source link

Made the Miss Click button Null Safe #58

Closed aryanmishra29 closed 1 year ago

aryanmishra29 commented 1 year ago

Wrapped the Dialog Box's positive button in an if else statement and put a toast stating "Kindly enter a valid sleep and wake up time!" This solves the problem of app crashing due to NPE.

Closes #57

maityamit commented 1 year ago

Okay, Great :)