Skip to content

Commit

Permalink
[Main] Hide Finder menu
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed Apr 19, 2024
1 parent db6c33d commit 752fb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/menu/activity_main_actions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-or-later -->
<?xml version="1.0" encoding="utf-8"?><!-- SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-or-later -->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
Expand Down Expand Up @@ -28,6 +27,7 @@
<item
android:id="@+id/action_finder"
android:icon="@drawable/ic_search"
android:visible="false"
android:title="@string/finder_title" />

<item
Expand Down

0 comments on commit 752fb16

Please sign in to comment.