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

Commit 6404cb7f authored by gaochong's avatar gaochong Committed by android-build-merger
Browse files

Merge "Fix ResolverActivity don't show items" am: e251bb72 am: 7fd3a8d0

am: 0a0a49a0

Change-Id: I8e623f3e8493d1147fcf873fb6491e83b2c2edfe
parents 806ab422 0a0a49a0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -411,6 +411,9 @@ class ResolverComparator implements Comparator<ResolvedComponentInfo> {
            mContext.unbindService(mConnection);
            mConnection.destroy();
        }
        if (mAfterCompute != null) {
            mAfterCompute.afterCompute();
        }
        if (DEBUG) {
            Log.d(TAG, "Unbinded Resolver Ranker.");
        }
@@ -573,7 +576,6 @@ class ResolverComparator implements Comparator<ResolvedComponentInfo> {
            if (DEBUG) {
                Log.d(TAG, "Has not found valid ResolverRankerService; Skip Prediction");
            }
            return;
        } else {
            try {
                mConnectSignal.await(CONNECTION_COST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS);