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

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

Merge "Ignore onPostListReady call if the activity has been destroyed" into tm-qpr-dev

parents 33a70394 64714a02
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1098,6 +1098,9 @@ public class ResolverActivity extends Activity implements
    @Override // ResolverListCommunicator
    public final void onPostListReady(ResolverListAdapter listAdapter, boolean doPostProcessing,
            boolean rebuildCompleted) {
        if (isDestroyed()) {
            return;
        }
        if (isAutolaunching()) {
            return;
        }