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

Commit 32a9cd8f authored by Karl Rosaen's avatar Karl Rosaen
Browse files

Dismiss system windows when search is launched.

parent f46d2db9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2510,6 +2510,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
        if (cb == null) {
            return false;
        } else {
            sendCloseSystemWindows();
            return cb.onSearchRequested();
        }
    }