apps-android-commons
apps-android-commons copied to clipboard
Replaced Toasts With Snackbars in AchievementsFragment and Leaderboard
Description (required)
Fixes #2388
What changes did you make and why? Replaced Toasts With Snackbars in AchievementsFragment and Leaderboard
It's a bit weird, the tests which are failing in the CI are passing when I test them locally.
Also, the achievement, leaderboard, and contribution fragments are loading and showing relevant information in the beta flavor, which I guess is not the intended behaviour
I think that our achievements calculation server use the production server directly and has no beta version, it was deemed acceptable since it is read-only.
I think that our achievements calculation server use the production server directly and has no beta version, it was deemed acceptable since it is read-only.
Okay, but we still need to fix the tests..
@nicolas-raoul could use some help here
As we have defined Snackbar functions in file Util.java. So, it would help if you used them as Snackbars.
@shankarpriyank