mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-09-25 02:11:50 +00:00
Correctly move focus from toolbar search bar to dropdown
We don't hide MainFragment when search is show, so FocusFinder sometimes gives focus to (obscured) main content
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
android:drawablePadding="8dp"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:nextFocusDown="@+id/suggestions_list"
|
||||
android:hint="@string/search"
|
||||
android:imeOptions="actionSearch|flagNoFullscreen"
|
||||
android:inputType="textFilter|textNoSuggestions"
|
||||
|
||||
Reference in New Issue
Block a user