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

Commit 3835fafd authored by Marzia Favaro's avatar Marzia Favaro Committed by Android (Google) Code Review
Browse files

Merge "Ensure dim animation finishTransaction is applied" into main

parents c2b07151 b6390f26
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -208,6 +208,8 @@ public class DimmerAnimationHelper {
                        setCurrentAlphaBlur(dim, finishTransaction);
                        if (targetAlpha == 0f && !dim.isDimming()) {
                            dim.remove(finishTransaction);
                            // Ensure the finishTransaction is applied if pending
                            dim.mHostContainer.scheduleAnimation();
                        }
                        mLocalAnimationAdapter = null;
                        mAlphaAnimationSpec = null;