Highlight icon indicating copy to clipboard operation
Highlight copied to clipboard

Scrollow滑动底部控件后调用Highlight的updateInfo高亮没有刷新

Open kongxinxin opened this issue 6 years ago • 0 comments

if (mHeightLight!!.isShowing && mHeightLight!!.isNext) { showHeightNum++ if (showHeightNum == 2) { scrollView.smoothScrollTo(0, brandFlowLayout.top) mHeightLight!!.updateInfo() mHeightLight!!.hightLightView.requestLayout() } mHeightLight!!.next() } else { mHeightLight!!.remove() } 目前我的代码实现是这样的,不确定对不对,想请问一下如何刷新高亮布局

kongxinxin avatar Jan 16 '19 03:01 kongxinxin