Ramotion/folding-cell-android

Content view doesn't get updated in unfolded state.

OmSingh5092 opened this issue · 0 comments

When the content view is unfolded and if it's height gets changed due to some action then the change in the height is not visible. However when the content view is folded the height changes. Temporarily I have had this working by folding and unfolding the folding cell without animation.

    foldingCell.fold(true);
    foldingCell.unfold(true);