immadisairaj / CodeforcesApp

An android application which uses Codeforces Api.
Apache License 2.0
15 stars 7 forks source link

improvement: Replaced existing Toasts with Snackbar messages. #28

Closed Kshitij09 closed 5 years ago

Kshitij09 commented 5 years ago

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 from postdelayed() as the Snackbar won't display otherwise. Open to any changes you suggest to solve the issue.