Loading packages/SystemUI/animation/src/com/android/systemui/animation/RemoteAnimationRunnerCompat.java +3 −1 Original line number Diff line number Diff line Loading @@ -199,8 +199,10 @@ public abstract class RemoteAnimationRunnerCompat extends IRemoteAnimationRunner info.releaseAllSurfaces(); // Make sure that the transition leashes created are not leaked. for (SurfaceControl leash : leashMap.values()) { if (leash.isValid()) { try { finishTransaction.reparent(leash, null); } catch (Exception e) { Log.e(TAG, "Failed to reparent leash", e); } } // Don't release here since launcher might still be using them. Instead Loading Loading
packages/SystemUI/animation/src/com/android/systemui/animation/RemoteAnimationRunnerCompat.java +3 −1 Original line number Diff line number Diff line Loading @@ -199,8 +199,10 @@ public abstract class RemoteAnimationRunnerCompat extends IRemoteAnimationRunner info.releaseAllSurfaces(); // Make sure that the transition leashes created are not leaked. for (SurfaceControl leash : leashMap.values()) { if (leash.isValid()) { try { finishTransaction.reparent(leash, null); } catch (Exception e) { Log.e(TAG, "Failed to reparent leash", e); } } // Don't release here since launcher might still be using them. Instead Loading