8.5/ Follow up to comments from previous CLs

Bug: 141886704
Change-Id: Ib583753e35e57eab3b1cc413a0f910cf10142e42
This commit is contained in:
Winson Chung
2019-10-14 15:27:12 -07:00
parent 643598987b
commit 9196cb11a2
5 changed files with 22 additions and 13 deletions
@@ -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);
}
/**