CMPUT301F23T01 / Sigma-Blue

Introduction to Software engineering project repository
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Fix the tag manager list #118

Closed lizard-52 closed 10 months ago

lizard-52 commented 11 months ago

Selecting the tags is impossible on a phone. Currently, arrow key navigation is required to select multiple tags on a phone, using the emulator. We can reuse the long item click for each list item in ViewListActivity.

echeng-git commented 10 months ago

After copying over the multiple item selection from ViewListActivity to TagManagerFragment, we can look into utilising a superclass that handles the two to clean things up.

lizard-52 commented 10 months ago

Working on the refactor now