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

Fix overlapping note items (see Issue #146) #151

Closed SarahKurek closed 3 years ago

SarahKurek commented 3 years ago

Description Closes #146. Fixing the overlapping NoteItems after deleting an item. Visibility of the Note Audio elements was corrected. The existing enum was used for the NoteType so that there are no magic numbers in the code and errors are avoided. Also the code has been cleaned up a bit.

Affects NotesFragment, BookNotesView, NoteTypeLut

Notes for Reviewer Please review & comment/approve. Thanks!