mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Disable search on folder picker activity
Wasn't implemented and it's hard to get going Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
556a6bb0d5
commit
359d2ab356
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
android:contentDescription="@string/actionbar_search"
|
||||
android:icon="@drawable/ic_search"
|
||||
android:title="@string/actionbar_search"
|
||||
android:enabled="false"
|
||||
android:visible="false"
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
|
|
Loading…
Reference in a new issue