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

Commit 29f39182 authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Automerger Merge Worker
Browse files

Merge "Improving performance of notification panel" into sc-dev am: ee4d86d0

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

Change-Id: I2f664b4088f1672e7930d578fd187a2311c8717a
parents 370de141 ee4d86d0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ import static com.android.systemui.classifier.Classifier.QS_COLLAPSE;
import static com.android.systemui.classifier.Classifier.QUICK_SETTINGS;
import static com.android.systemui.statusbar.StatusBarState.KEYGUARD;
import static com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.ROWS_ALL;
import static com.android.systemui.util.Utils.shouldUseSplitNotificationShade;

import static java.lang.Float.isNaN;

@@ -1260,7 +1259,7 @@ public class NotificationPanelViewController extends PanelViewController {
                bypassEnabled, getUnlockedStackScrollerPadding(),
                computeQsExpansionFraction(),
                mDisplayCutoutTopInset,
                shouldUseSplitNotificationShade(mFeatureFlags, mResources));
                mShouldUseSplitNotificationShade);
        mClockPositionAlgorithm.run(mClockPositionResult);
        boolean animate = mNotificationStackScrollLayoutController.isAddOrRemoveAnimationPending();
        boolean animateClock = animate || mAnimateNextPositionUpdate;