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

Commit ff20b0c0 authored by Chet Haase's avatar Chet Haase
Browse files

Make Google search panel go away when receiving phone call

Issue #6557847 "Google" launcher icon stuck in ring slider after getting incoming call

Change-Id: If77f66fd241af7fbfe6228498b07fd1cfcef36bd
parent da87c7c1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1049,6 +1049,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