Skip to content

Commit 50f95b4

Browse files
jreckAndroid (Google) Code Review
authored andcommitted
Merge "Disable extract mode in find on page"
2 parents df9d4e8 + 9a2183f commit 50f95b4

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)