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

Commit 788347a9 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: 8ef534bb

Change-Id: I55006d1e28cab36a3967bd7bcd78a66b5bcb8976
parents 7d9dba4f 8ef534bb
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);
        }
    }