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

Commit f8c669d3 authored by Christoph Studer's avatar Christoph Studer Committed by android-build-merger
Browse files

am 73500edb: Merge "SysUI: Don\'t drop HUN notification when clicked" into...

am 73500edb: Merge "SysUI: Don\'t drop HUN notification when clicked" into lmp-mr1-dev automerge: 9e9885e1
automerge: b97b5198

* commit 'b97b5198':
  SysUI: Don't drop HUN notification when clicked
parents cd7b506c b97b5198
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1546,7 +1546,11 @@ public abstract class BaseStatusBar extends SystemUI implements
            dismissKeyguardThenExecute(new OnDismissAction() {
                public boolean onDismiss() {
                    if (mIsHeadsUp) {
                        mHeadsUpNotificationView.clear();
                        // Release the HUN notification to the shade.
                        //
                        // In most cases, when FLAG_AUTO_CANCEL is set, the notification will
                        // become canceled shortly by NoMan, but we can't assume that.
                        mHeadsUpNotificationView.releaseAndClose();
                    }
                    new Thread() {
                        @Override