Loading services/core/java/com/android/server/wm/AppWindowToken.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -955,6 +955,9 @@ class AppWindowToken extends WindowToken implements WindowManagerService.AppFree updateReportedVisibilityLocked(); updateReportedVisibilityLocked(); } } // Reset the last saved PiP snap fraction on removal. mDisplayContent.mPinnedStackControllerLocked.resetReentrySnapFraction(mActivityComponent); mRemovingFromDisplay = false; mRemovingFromDisplay = false; } } Loading Loading
services/core/java/com/android/server/wm/AppWindowToken.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -955,6 +955,9 @@ class AppWindowToken extends WindowToken implements WindowManagerService.AppFree updateReportedVisibilityLocked(); updateReportedVisibilityLocked(); } } // Reset the last saved PiP snap fraction on removal. mDisplayContent.mPinnedStackControllerLocked.resetReentrySnapFraction(mActivityComponent); mRemovingFromDisplay = false; mRemovingFromDisplay = false; } } Loading