CMPUT301F19T01 / moodBook

A mood-sharing social media app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

US 04.02.01 Search icon in wrong fragments

tylerelston opened this issue · comments

Search icon should be removed from all fragments except for the user's mood history

US 04.02.01
"As a participant, I want to filter my mood history list to show only mood events with a
particular emotional state."

Fixed code on MoodDB branch.
Solution: left each page fragment inherit from PageFragment class to ensure search menu option is removed at the beginning.