Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c20115c5 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #2445481: onNewIntent is called twice if SEARCH button is "long-pressed"

parent 8b9dda28
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
                        }