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

Commit dd64d8cd authored by Adnan's avatar Adnan Committed by Adnan Begovic
Browse files

BaseStatusBar: Dismiss heads up on backpress.

Change-Id: I5b6191657cf0b74d825eb653a6e82c33e0527aad
parent b49b6cf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class StatusBarWindowView extends FrameLayout
        case KeyEvent.KEYCODE_BACK:
            if (!down && !event.isCanceled()) {
                mService.animateCollapsePanels();
                mService.hideHeadsUp();
            }
            return true;
        }