sbrl / Pepperminty-Wiki-Client-Android

:wrench: WIP :wrench: An experimental Pepperminty Wiki client, written in Kotlin for Android.
Mozilla Public License 2.0
4 stars 0 forks source link

Implement SnackBar instead of Toast notifications #12

Open sbrl opened 2 years ago

sbrl commented 2 years ago

This should be less intrusive for the user if done right.

Also, we want to avoid showing notifications when we load from the Internet - only when we load from the local cache or when something goes wrong....

https://developer.android.com/training/snackbar/showing

sbrl commented 2 years ago

Looks like Snackbars aren't working very well, since even with a CoordinatorLayout they:

Until we can find a solution for this, we can't use Snackbars really :-/