am 34bc73df: Merge "Revert "Make implementation of isEmpty consistent with implementation of getCount in HeaderListViewAdapter"" into jb-mr2-dev
* commit '34bc73dff1f0c8402da3fc9bd1f0175bddcaa842': Revert "Make implementation of isEmpty consistent with implementation of getCount in HeaderListViewAdapter"
This commit is contained in:
@@ -79,8 +79,7 @@ public class HeaderViewListAdapter implements WrapperListAdapter, Filterable {
|
||||
}
|
||||
|
||||
public boolean isEmpty() {
|
||||
return (mAdapter == null || mAdapter.isEmpty())
|
||||
&& getFootersCount() + getHeadersCount() == 0;
|
||||
return mAdapter == null || mAdapter.isEmpty();
|
||||
}
|
||||
|
||||
private boolean areAllListInfosSelectable(ArrayList<ListView.FixedViewInfo> infos) {
|
||||
|
||||
Reference in New Issue
Block a user