-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Position must be increased by value returned from "expand" method. #592
Comments
Already worked on it. No duplication. |
Examlple: All items 1, 1_1 and 1_1_1 marked as Expanded on adapter fill |
@AlexandreGorobets, I will check again, it might be that after I added the recursive function I didn't modify the |
@AlexandreGorobets, thanks to have insisted because the function was modified initially to expand all subItems. Then I added the recursive expand function without modifying the start up function. Time is always limited for this open library, unfortunately. |
Nice job!) |
FlexibleAdapter/flexible-adapter/src/main/java/eu/davidea/flexibleadapter/FlexibleAdapter.java
Line 435 in 131ac64
Currently in case of multilevel expanded items, they will be added more then one time to the mItems list.
The text was updated successfully, but these errors were encountered: