[automerger] Do not execute controller callbacks, if controller is null am: aa168d5c11
Change-Id: I00471a292a30f1a500a36007486e68035380e4ac
This commit is contained in:
commit
a4785c9a3f
|
@ -49,6 +49,9 @@ public class RecentsAnimationWrapper {
|
|||
this.mController = controller;
|
||||
this.targetSet = targetSet;
|
||||
|
||||
if (controller == null) {
|
||||
return;
|
||||
}
|
||||
if (mInputConsumerEnabled) {
|
||||
enableInputConsumer();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue