apps-android-commons icon indicating copy to clipboard operation
apps-android-commons copied to clipboard

Fixes #2388 Replace Toasts with Snackbars

Open neeldoshii opened this issue 11 months ago • 1 comments

Fixes

  • Fixes #2388

Purpose/ Description

I have used the methods of Snackbars from ViewUtil and utilized it to convert some toasts to Snackbar. Note : It doesn't refactor every toast but it covers most of the toasts to snackbar.

Video

Permission Utils Toast (Before)

https://github.com/commons-app/apps-android-commons/assets/60827173/f0a679ce-7182-4e75-8b2a-9c3ad8839450

Permission Utils Snackbar (After)

permission_snackbar.webm

Depiction Toast (Before)

depiction.webm

Depiction Snackbar (After)

https://github.com/commons-app/apps-android-commons/assets/60827173/4ae545e1-d8dd-471e-85f0-bcbc689923d7

**Recent Search Toast(Before)

https://github.com/commons-app/apps-android-commons/assets/60827173/8c33ab40-d9e1-49a0-8de7-ae1ae08114f1

**Recent Search Snackbar(After)

https://github.com/commons-app/apps-android-commons/assets/60827173/93d40c23-36ab-4d6e-a22b-526f573dfed4

neeldoshii avatar Mar 02 '24 14:03 neeldoshii