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

Clean up note features #129

Closed xSabrina closed 3 years ago

xSabrina commented 3 years ago

Description This branch does some changes and clean-ups to note related features:

Affects Multiple classes related to notes.

Notes for Reviewer Please review & comment/approve.

LuisMossburger commented 3 years ago

Hey, since the earlier PR #128 was merged there are now merge conflicts - could you please resolve those before I do my review? :) Thanks!

xSabrina commented 3 years ago

Hey, since the earlier PR #128 was merged there are now merge conflicts - could you please resolve those before I do my review? :) Thanks!

This was caused by using a deprecated method to fetch the selected note item number to differ the toast text on deleting items. NoteRecyclerViewAdapter has been adjusted to perfom that (instead of just providing a method to check if there is any item selected).

xSabrina commented 3 years ago

I applied all of your suggested changes - please have another look :)