CMPUT301F19T01 / moodBook

A mood-sharing social media app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicated search icon

tylerelston opened this issue · comments

Open app
Switch to any other page
Switch back to mood history page
Search icon at the top is now duplicated

Fixed code on MoodDB branch.
Solution: left HomeFragment inherit from PageFragment class to ensure search menu option is removed at the beginning, so that there is no 'ghost' menu option from previous fragment.