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

Commit 323216be authored by Karl Rosaen's avatar Karl Rosaen
Browse files

have "search" as the reason when dismissing system dialogs for search.

this way search can't dismiss itself.  can't use the constant because it is
in policy.  would rather leave it this way instead of moving constants for
system dialog dismissal to framework.
parent 78866b1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2510,7 +2510,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
        if (cb == null) {
            return false;
        } else {
            sendCloseSystemWindows();
            sendCloseSystemWindows("search");
            return cb.onSearchRequested();
        }
    }