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

Commit 9a6e1267 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed an issue where too many notifications were pulsing am: 94e56f92

am: 32c3a278

Change-Id: I7ea0ef6bd0bb3ea8ddcf0294476944b0a41024e6
parents 1b41dced 32c3a278
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -715,7 +715,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView

    @Override
    public boolean showingPulsing() {
        return isHeadsUpState() && (isDozing()) || (mOnKeyguard && isBypassEnabled());
        return isHeadsUpState() && (isDozing() || (mOnKeyguard && isBypassEnabled()));
    }

    /**