Loading quickstep/src/com/android/quickstep/views/RecentsView.java +4 −0 Original line number Diff line number Diff line Loading @@ -3035,6 +3035,10 @@ public abstract class RecentsView< TaskView runningTaskView = getRunningTaskView(); if (runningTaskView != null) { runningTaskView.setShouldShowScreenshot(mRunningTaskShowScreenshot); if (!enableRefactorTaskThumbnail()) { runningTaskView.getTaskContainers().forEach( taskContainer -> taskContainer.getThumbnailViewDeprecated().refresh()); } } if (enableRefactorTaskThumbnail()) { mRecentsViewModel.setRunningTaskShowScreenshot(showScreenshot); Loading Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +4 −0 Original line number Diff line number Diff line Loading @@ -3035,6 +3035,10 @@ public abstract class RecentsView< TaskView runningTaskView = getRunningTaskView(); if (runningTaskView != null) { runningTaskView.setShouldShowScreenshot(mRunningTaskShowScreenshot); if (!enableRefactorTaskThumbnail()) { runningTaskView.getTaskContainers().forEach( taskContainer -> taskContainer.getThumbnailViewDeprecated().refresh()); } } if (enableRefactorTaskThumbnail()) { mRecentsViewModel.setRunningTaskShowScreenshot(showScreenshot); Loading