UniRegensburg / unsere-app-fur-die-universitat-regensburg-bib-buddy

Bib Buddy - deine App für eine konzentrierte, offene Literaturarbeit!
0 stars 0 forks source link

Replace snackbar with alertDialog in SwipeToDeleteCallback #130

Closed xSabrina closed 3 years ago

xSabrina commented 3 years ago

An alertDialog for deleting, analogous to the ones of our other delete-options, should be added to SwipeToDeleteCallback to avoid double code. At the moment there is a different snackbar-solution which needs to removed.

I assigned @SarahKurek since she is making the swipe-class more general to use it for all our deletable-objects already.