library
- update to FastAdapter v1.1.2
- move toogleExpandable logic to the FastAdapter, change ExpandableDrawerItem as the item is already toggled at this point now, consume the event if we have an Expandable Item
MIGRATION
- the
result.getAdapter().toggleExpandable(position)
was moved to theFastAdapter
core, just remove it, it is no longer necessary