avidraghav / MyNotes

📝 A demo todo/notes app which demonstrates the use of MVVM architecture with Test-cases, Navigation Component Library, Room Database, LiveData, Coroutines, Datastore etc.
Apache License 2.0
126 stars 26 forks source link

Updated AddTasksFragment.kt #7

Closed devrahul-2508 closed 2 years ago

devrahul-2508 commented 2 years ago

Added checks before saving any tasks if they are empty or not.

avidraghav commented 2 years ago

Thanks for the contribution, I'll merge it. 🙂 Just a little tip: try reformat your code before committing it, you can use android studio shortcut cmd + alt + l (mac) and for windows you can use windows-key+ alt + l. Also please use proper sentences such as "Please Enter A title" and not "Pls Enter A title" etc. Congratulations!