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

Commit a56fc50c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixing some activity leaks" into ub-launcher3-master

parents 6929b9a1 b545b68b
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) {