Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fixes #846 #849 #860 Fixes keyboard focus issues (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and cvan committed Dec 17, 2018
1 parent b230f01 commit 49ccd1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/navigation_url.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true">

<mozilla.components.ui.autocomplete.InlineAutocompleteEditText
android:id="@+id/urlEditText"
Expand Down

0 comments on commit 49ccd1b

Please sign in to comment.