Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b545b68b authored by vadimt's avatar vadimt
Browse files

Fixing some activity leaks

Bug: 139137636
Change-Id: I36055ac278879314d0afe6acf080f0082990113f
parent 9f3cf1aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -234,6 +234,7 @@ public final class LauncherActivityInterface implements BaseActivityInterface<La
            public void adjustActivityControllerInterpolators() {
                if (mAdjustInterpolatorsRunnable != null) {
                    mAdjustInterpolatorsRunnable.run();
                    mAdjustInterpolatorsRunnable = null;
                }
            }

+1 −0
Original line number Diff line number Diff line
@@ -201,6 +201,7 @@ public class RecentsAnimationController {
        if (mInputConsumerController != null) {
            mInputConsumerController.setInputListener(null);
        }
        mInputProxySupplier = null;
    }

    private boolean onInputConsumerEvent(InputEvent ev) {