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

Commit e251bb72 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix ResolverActivity don't show items"

parents e77808d9 cbe2c55a
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);