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

Commit 698a5360 authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge changes I98b51b43,I03cb69e1 into rvc-dev am: f2f056ef am: a77f6031

Change-Id: I0fa94608b8cf1697571abec966cff6dd67c153e6
parents a6fa705b a77f6031
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public class InsetsAnimationThreadControlRunner implements InsetsAnimationContro
            @AnimationType int animationType, Handler mainThreadHandler) {
        mMainThreadHandler = mainThreadHandler;
        mOuterCallbacks = controller;
        mControl = new InsetsAnimationControlImpl(copyControls(controls), frame, state, listener,
        mControl = new InsetsAnimationControlImpl(controls, frame, state, listener,
                types, mCallbacks, durationMs, interpolator, animationType);
        InsetsAnimationThread.getHandler().post(() -> listener.onReady(mControl, types));
    }
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public class InsetsSourceConsumer {
            }
        }
        if (lastControl != null) {
            lastControl.release(mController::releaseSurfaceControlFromRt);
            lastControl.release(SurfaceControl::release);
        }
    }