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

Commit 6dcd9324 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 4c319992: Merge "always clear the HeadsUpDecayTimer"

* commit '4c319992':
  always clear the HeadsUpDecayTimer
parents e6202048 4c319992
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -981,9 +981,9 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode {

    @Override
    public void resetHeadsUpDecayTimer() {
        mHandler.removeMessages(MSG_HIDE_HEADS_UP);
        if (mUseHeadsUp && mHeadsUpNotificationDecay > 0
                && mHeadsUpNotificationView.isClearable()) {
            mHandler.removeMessages(MSG_HIDE_HEADS_UP);
            mHandler.sendEmptyMessageDelayed(MSG_HIDE_HEADS_UP, mHeadsUpNotificationDecay);
        }
    }