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

Commit ee73aa16 authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

Revert "systemui: Fix race condition in setting notification panel height"

This reverts commit 257b3d48.

Change-Id: I0fa1a3a5bc181f259c0248662c9c78524f21c9cc
(cherry picked from commit 12db8b0f)
parent 9dca00d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -611,7 +611,7 @@ public abstract class PanelView extends FrameLayout {
        }
    }

    public synchronized void setExpandedHeightInternal(float h) {
    public void setExpandedHeightInternal(float h) {
        float fhWithoutOverExpansion = getMaxPanelHeight() - getOverExpansionAmount();
        if (mHeightAnimator == null) {
            float overExpansionPixels = Math.max(0, h - fhWithoutOverExpansion);