[automerger] Do not execute controller callbacks, if controller is null am: aa168d5c11

Change-Id: I00471a292a30f1a500a36007486e68035380e4ac
This commit is contained in:
Android Build Merger (Role) 2018-06-07 18:08:00 +00:00
commit a4785c9a3f
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ public class RecentsAnimationWrapper {
this.mController = controller;
this.targetSet = targetSet;
if (controller == null) {
return;
}
if (mInputConsumerEnabled) {
enableInputConsumer();
}