Fixing some activity leaks
Bug: 139137636 Change-Id: I36055ac278879314d0afe6acf080f0082990113f
This commit is contained in:
+1
@@ -234,6 +234,7 @@ public final class LauncherActivityInterface implements BaseActivityInterface<La
|
||||
public void adjustActivityControllerInterpolators() {
|
||||
if (mAdjustInterpolatorsRunnable != null) {
|
||||
mAdjustInterpolatorsRunnable.run();
|
||||
mAdjustInterpolatorsRunnable = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -201,6 +201,7 @@ public class RecentsAnimationController {
|
||||
if (mInputConsumerController != null) {
|
||||
mInputConsumerController.setInputListener(null);
|
||||
}
|
||||
mInputProxySupplier = null;
|
||||
}
|
||||
|
||||
private boolean onInputConsumerEvent(InputEvent ev) {
|
||||
|
||||
Reference in New Issue
Block a user