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

Commit 9d8933ec authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

am a27551dd: Merge "Make Google search panel go away when receiving phone call" into jb-dev

* commit 'a27551dd':
  Make Google search panel go away when receiving phone call
parents 2611f1ec a27551dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1053,6 +1053,8 @@ public class PhoneStatusBar extends BaseStatusBar {
            mHandler.removeMessages(MSG_CLOSE_RECENTS_PANEL);
            mHandler.sendEmptyMessage(MSG_CLOSE_RECENTS_PANEL);
        }
        mHandler.removeMessages(MSG_CLOSE_SEARCH_PANEL);
        mHandler.sendEmptyMessage(MSG_CLOSE_SEARCH_PANEL);

        if (!mExpandedVisible) {
            return;
+2 −0
Original line number Diff line number Diff line
@@ -1013,6 +1013,8 @@ public class TabletStatusBar extends BaseStatusBar implements
        mHandler.sendEmptyMessage(MSG_CLOSE_INPUT_METHODS_PANEL);
        mHandler.removeMessages(MSG_CLOSE_COMPAT_MODE_PANEL);
        mHandler.sendEmptyMessage(MSG_CLOSE_COMPAT_MODE_PANEL);
        mHandler.removeMessages(MSG_CLOSE_SEARCH_PANEL);
        mHandler.sendEmptyMessage(MSG_CLOSE_SEARCH_PANEL);
    }

    @Override // CommandQueue