Loading core/java/android/view/InsetsSourceConsumer.java +3 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,9 @@ public class InsetsSourceConsumer { if (oldLeash == null || newLeash == null || !oldLeash.isSameSurface(newLeash)) { applyHiddenToControl(); } if (!requestedVisible && !mIsAnimationPending) { // Remove the surface that owned by last control when it lost. if (!requestedVisible && !mIsAnimationPending && lastControl == null) { removeSurface(); } } Loading Loading
core/java/android/view/InsetsSourceConsumer.java +3 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,9 @@ public class InsetsSourceConsumer { if (oldLeash == null || newLeash == null || !oldLeash.isSameSurface(newLeash)) { applyHiddenToControl(); } if (!requestedVisible && !mIsAnimationPending) { // Remove the surface that owned by last control when it lost. if (!requestedVisible && !mIsAnimationPending && lastControl == null) { removeSurface(); } } Loading