Merge pull request #430 from cemrich/collapse-folder-icons

Switched collapse folder icons.
This commit is contained in:
David-Development 2015-11-13 08:57:58 -04:00
commit 68989d6295

View file

@ -316,9 +316,9 @@ public class SubscriptionExpandableListAdapter extends BaseExpandableListAdapter
viewHolder.imgView.setImageResource(R.drawable.ic_action_expand_less);
if(isExpanded) {
rotation = 90;
} else {
rotation = 180;
} else {
rotation = 90;
}
viewHolder.imgView.setOnClickListener(new OnClickListener() {