Open sbrl opened 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
Looks like Snackbars aren't working very well, since even with a CoordinatorLayout they:
Snackbar
CoordinatorLayout
Until we can find a solution for this, we can't use Snackbars really :-/
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