Fix issue #2445481: onNewIntent is called twice if SEARCH button is "long-pressed"
This commit is contained in:
@@ -1244,6 +1244,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
|
||||
// activity; otherwise we will allow the normal short
|
||||
// press action to be performed.
|
||||
dispatcher.performedLongPress(event);
|
||||
return true;
|
||||
} catch (ActivityNotFoundException e) {
|
||||
// Ignore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user