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

Commit 56480c4b authored by Hui Wu's avatar Hui Wu Committed by Android (Google) Code Review
Browse files

Merge "handle java.lang.NullPointerException" into tm-dev

parents ba87c44b fee94b5f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -197,8 +197,10 @@ public class CloudSearchPerUserService extends
            Slog.d(TAG, "onDestroyLocked(): requestId=" + requestId);
        }
        final CloudSearchCallbackInfo sessionInfo = mCallbackQueue.removeElement(requestId);
        if (sessionInfo != null) {
            sessionInfo.destroy();
        }
    }

    @Override
    public void onFailureOrTimeout(boolean timedOut) {