Merge "Fix ResolverActivity don't show items" am: e251bb72ed
am: 7fd3a8d08b
Change-Id: Ia76b696bcd1ec5763ec3da41fae4c8c2bce9b820
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user