Nguyen Quoc Dat
Nguyen Quoc Dat
Hello. I'm having the same problem. The difference is i want to achieve this behavior on a RecyclerView which uses HeaderFooterAdapter and ExpandableAdapter. I've already tried class FillExpandingAnimationGapDecoration but it...
I've faced the same issue and i'm using a hack to handle it. Something like this: ``` @Override public void setUserVisibleHint(boolean isVisibleToUser) { super.setUserVisibleHint(isVisibleToUser); //hack: expand the header of Material...
i'm facing the same problem. onAddRemoteStream method was only called after i rotated the screen.