You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
I'm developing an App using Viewflow which is awesome, but recently I've got a problem while implementing ExpandableListView inside viewflow. The problem is when I click on the group item, the group indicator changed (which indicates the children should be expanded), but the children views are not expanded until I manually scroll up/down on the ExpandableListView. I've test the exact same code on a plain activity without viewflow which works fine. Could plz help me out?:)
The text was updated successfully, but these errors were encountered:
After I pass the ExpandableListView as variable into my own adapter and call smoothScrollBy everytime on onGroupCollapsed() and onGroupExpanded(), the problem will be solved. I figure it might be caused by viewflow refresh timing. Plz check it out.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm developing an App using Viewflow which is awesome, but recently I've got a problem while implementing ExpandableListView inside viewflow. The problem is when I click on the group item, the group indicator changed (which indicates the children should be expanded), but the children views are not expanded until I manually scroll up/down on the ExpandableListView. I've test the exact same code on a plain activity without viewflow which works fine. Could plz help me out?:)
The text was updated successfully, but these errors were encountered: