Merge "Reset placeholder count when rebuilding resolver list." into rvc-dev am: 4ae2732361 am: c414b32ae2
Change-Id: I0603d46735c07da7628fc605b7aaec22b06f45eb
This commit is contained in:
@@ -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