8.5/ Follow up to comments from previous CLs
Bug: 141886704 Change-Id: Ib583753e35e57eab3b1cc413a0f910cf10142e42
This commit is contained in:
@@ -71,7 +71,7 @@ public class RecentsAnimationController {
|
||||
* currently being animated.
|
||||
*/
|
||||
public ThumbnailData screenshotTask(int taskId) {
|
||||
return mController != null ? mController.screenshotTask(taskId) : null;
|
||||
return mController.screenshotTask(taskId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user