Loading quickstep/src/com/android/quickstep/TaskOverlayFactory.java +5 −3 Original line number Diff line number Diff line Loading @@ -190,10 +190,12 @@ public class TaskOverlayFactory implements ResourceBasedOverride { */ public void endLiveTileMode(@NonNull Runnable callback) { RecentsView recentsView = mThumbnailView.getTaskView().getRecentsView(); if (recentsView != null) { recentsView.switchToScreenshot( () -> recentsView.finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, callback)); } } /** * Called to save screenshot of the task thumbnail. Loading Loading
quickstep/src/com/android/quickstep/TaskOverlayFactory.java +5 −3 Original line number Diff line number Diff line Loading @@ -190,10 +190,12 @@ public class TaskOverlayFactory implements ResourceBasedOverride { */ public void endLiveTileMode(@NonNull Runnable callback) { RecentsView recentsView = mThumbnailView.getTaskView().getRecentsView(); if (recentsView != null) { recentsView.switchToScreenshot( () -> recentsView.finishRecentsAnimation(true /* toRecents */, false /* shouldPip */, callback)); } } /** * Called to save screenshot of the task thumbnail. Loading