Loading quickstep/recents_ui_overrides/src/com/android/quickstep/WindowTransformSwipeHandler.java +3 −1 Original line number Diff line number Diff line Loading @@ -1086,7 +1086,9 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> mRecentsView.onGestureAnimationEnd(); // Reset the callback for deferred activity launches if (!ENABLE_QUICKSTEP_LIVE_TILE.get()) { mActivityInterface.setOnDeferredActivityLaunchCallback(null); } mActivity.getRootView().setOnApplyWindowInsetsListener(null); removeLiveTileOverlay(); } Loading Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/WindowTransformSwipeHandler.java +3 −1 Original line number Diff line number Diff line Loading @@ -1086,7 +1086,9 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> mRecentsView.onGestureAnimationEnd(); // Reset the callback for deferred activity launches if (!ENABLE_QUICKSTEP_LIVE_TILE.get()) { mActivityInterface.setOnDeferredActivityLaunchCallback(null); } mActivity.getRootView().setOnApplyWindowInsetsListener(null); removeLiveTileOverlay(); } Loading