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 Feb 8, 2022. It is now read-only.
I've set "id" for the ExpansionHeader and ExpansionLayout and expanded(opened) my item, but after return on fragment I get closed item with right state of "headerIndicator".
Why and how fix it?
The right behavior is the item should be open after return.
Thx
@florent37
After debugging, I've caught a break point into setHeight (ExpansionLayout) and height always equals 0!
@florent37
Also, if U expanded anyone item then the method: private void setHeight(float height) {...}(ExpansionLayout)
is calling on the infinity loop.
I think it's a strange behavior.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've set "id" for the
ExpansionHeader
andExpansionLayout
and expanded(opened) my item, but after return on fragment I get closed item with right state of "headerIndicator".Why and how fix it?
The right behavior is the item should be open after return.
Thx
@florent37
After debugging, I've caught a break point into
setHeight
(ExpansionLayout) andheight
always equals 0!My XML is:
The text was updated successfully, but these errors were encountered: