MagicIndicator icon indicating copy to clipboard operation
MagicIndicator copied to clipboard

requestLayout() improperly called by com.genuine.cloud.core.ui.view.IndicatorTitleView

Open kngLv opened this issue 4 years ago • 1 comments

W/View: requestLayout() improperly called by com.genuine.cloud.core.ui.view.IndicatorTitleView{9311d80 VFED..C.. ......ID 150,0-346,141} during layout: running second layout pass

第一次打开页面就会有这个 log,

kngLv avatar Jun 27 '21 13:06 kngLv

已解决: override fun onSelected(index: Int, totalCount: Int) { setTypeface(Typeface.DEFAULT, Typeface.BOLD) } override fun onDeselected(index: Int, totalCount: Int) { typeface = Typeface.DEFAULT }

是由于设置了字体类型

kngLv avatar Jun 27 '21 13:06 kngLv