Loading packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteAnimationTargetCompat.java +3 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,9 @@ public class RemoteAnimationTargetCompat { * @see SurfaceControl#release() */ public void release() { if (leash.mSurfaceControl != null) { leash.mSurfaceControl.release(); } if (mStartLeash != null) { mStartLeash.release(); } Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteAnimationTargetCompat.java +3 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,9 @@ public class RemoteAnimationTargetCompat { * @see SurfaceControl#release() */ public void release() { if (leash.mSurfaceControl != null) { leash.mSurfaceControl.release(); } if (mStartLeash != null) { mStartLeash.release(); } Loading