Skip to content

Commit

Permalink
Fix the video search menu item in the Extra flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 23, 2024
1 parent a46b1dc commit 9be1a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/extra/res/menu/main_activity_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<item android:id="@+id/menu_search"
android:title="@string/search_videos"
android:icon="@drawable/ic_search"
app:showAsAction="always"
app:showAsAction="collapseActionView|ifRoom"
app:actionViewClass="androidx.appcompat.widget.SearchView"/>

<item
Expand Down

0 comments on commit 9be1a6a

Please sign in to comment.