Skip to content

Commit 9a2183f

Browse files
committed
Disable extract mode in find on page
Bug: 2641348 Change-Id: Ib3ad0d5f47b5269cebff855a269eac8b3b11756a
1 parent c7342fb commit 9a2183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/res/layout/webview_find.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:scrollHorizontally="true"
2727
android:inputType="text"
2828
android:hint="@string/find_on_page"
29-
android:imeOptions="actionDone"
29+
android:imeOptions="actionDone|flagNoExtractUi|flagNoFullscreen"
3030
android:layout_marginRight="10dip"
3131
/>
3232
<TextView android:id="@+id/matches"

0 commit comments

Comments
 (0)