Bug 1039766 - Pasting into the url bar displays the search screen. r=mcomella

This commit is contained in:
Ashish Madeti 2014-08-04 21:06:00 -04:00
parent fdc793d552
commit de6649429b

View File

@ -807,6 +807,8 @@ public class BrowserApp extends GeckoApp
String text = Clipboard.getText();
if (!TextUtils.isEmpty(text)) {
enterEditingMode(text);
showBrowserSearch();
mBrowserSearch.filter(text, null);
Telemetry.sendUIEvent(TelemetryContract.Event.ACTION, TelemetryContract.Method.CONTEXT_MENU, "paste");
}
return true;