Loading quickstep/src/com/android/quickstep/views/RecentsView.java +3 −1 Original line number Diff line number Diff line Loading @@ -3152,7 +3152,9 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView MAIN_EXECUTOR.execute(() -> { // Needed for activities that auto-enter PiP, which will not trigger a remote // animation to be created if (mActivity != null) { mActivity.clearForceInvisibleFlag(STATE_HANDLER_INVISIBILITY_FLAGS); } }); } } Loading Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +3 −1 Original line number Diff line number Diff line Loading @@ -3152,7 +3152,9 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView MAIN_EXECUTOR.execute(() -> { // Needed for activities that auto-enter PiP, which will not trigger a remote // animation to be created if (mActivity != null) { mActivity.clearForceInvisibleFlag(STATE_HANDLER_INVISIBILITY_FLAGS); } }); } } Loading