Open
Description
Summary:
The search icon in the toolbar disappears after opening and closing the kebab menu.
Steps to Reproduce:
- Open the OneBusAway app.
- Click on the search icon in the toolbar.
- Open the kebab menu (three vertical dots).
- Return back to the main screen.
- Observe that the search icon is no longer visible in the toolbar.
Expected Behavior:
- The search icon should remain visible in the toolbar after returning from the kebab menu.
- The app should maintain a consistent UI state when navigating between menu options.
Observed Behavior:
- After opening the kebab menu and returning to the main screen, the search icon disappears from the toolbar.
- This makes it difficult for users to access the search functionality without restarting the activity.
Suggested Fix:
- Ensure that the toolbar is correctly updated when returning from the kebab menu.
- Verify if the search icon visibility is being incorrectly set to
GONE
orINVISIBLE
. - Implement proper state handling to persist the toolbar's UI elements.
Impact:
- Improves the overall user experience by ensuring consistent toolbar behavior.
- Prevents confusion caused by the disappearing search icon.
- Aligns with Android UI/UX guidelines for toolbar interactions.
Screenshots/Video:
Search_Icon_Disappears.mp4
Metadata
Metadata
Assignees
Labels
No labels