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

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

Merge "Set mAfterCompute to null on destroy to prevent leak."

parents de1cb1de a0d177f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -263,6 +263,7 @@ public abstract class AbstractResolverComparator implements Comparator<ResolvedC
        mHandler.removeMessages(RANKER_SERVICE_RESULT);
        mHandler.removeMessages(RANKER_RESULT_TIMEOUT);
        afterCompute();
        mAfterCompute = null;
    }

    private boolean isDefaultBrowser(ResolveInfo ri) {