Merge "Reset placeholder count when rebuilding resolver list." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4ae2732361
@@ -256,6 +256,7 @@ public class ResolverListAdapter extends BaseAdapter {
|
||||
}
|
||||
}
|
||||
|
||||
setPlaceholderCount(0);
|
||||
int n;
|
||||
if ((currentResolveList != null) && ((n = currentResolveList.size()) > 0)) {
|
||||
// We only care about fixing the unfilteredList if the current resolve list and
|
||||
|
||||
Reference in New Issue
Block a user