Replaced all the toasts with snackbars, keeping the message as of associated toast. At some places, called the onBackPressed() method from postdelayed() as the Snackbar won't display otherwise. Open to any changes you suggest to solve the issue.
[X] Run unit tests with ./gradlew check to make sure you didn't break anything
[X] If you have multiple commits please combine them into a single commit by squashing them.
Signed-off-by: Kshitij09 kshitijpatil98@gmail.com
Fixes #8
Changes:
Replaced all the toasts with snackbars, keeping the message as of associated toast. At some places, called the
onBackPressed()
method frompostdelayed()
as the Snackbar won't display otherwise. Open to any changes you suggest to solve the issue.[X] Run unit tests with
./gradlew check
to make sure you didn't break anything[X] If you have multiple commits please combine them into a single commit by squashing them.