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

Commit 266f5622 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Workaround a notification inflation race condition." into tm-qpr-dev...

Merge "Workaround a notification inflation race condition." into tm-qpr-dev am: 864d7277 am: 1565e111

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19212906



Change-Id: I3fd2f5efda5c552e7f8e52d528814ec594dec134
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c3f3048d 1565e111
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -141,7 +141,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
    public static final float DEFAULT_HEADER_VISIBLE_AMOUNT = 1.0f;
    private static final long RECENTLY_ALERTED_THRESHOLD_MS = TimeUnit.SECONDS.toMillis(30);

    private boolean mUpdateSelfBackgroundOnUpdate;
    // We don't correctly track dark mode until the content views are inflated, so always update
    // the background on first content update just in case it happens to be during a theme change.
    private boolean mUpdateSelfBackgroundOnUpdate = true;
    private boolean mNotificationTranslationFinished = false;
    private boolean mIsSnoozed;
    private boolean mIsFaded;