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
at android.util.ContainerHelpers.binarySearch(ContainerHelpers.java:28)
at android.util.SparseArray.get(SparseArray.java:131)
at android.util.SparseArray.get(SparseArray.java:122)
at android.view.View.getTag(View.java:25605)
at com.scwang.smart.refresh.layout.SmartRefreshLayout.onMeasure(SmartRefreshLayout.java:43)
at android.view.View.measure(View.java:25894)
at androidx.constraintlayout.widget.ConstraintLayout$h.h(ConstraintLayout.java:551)
at androidx.constraintlayout.core.widgets.a.y0(ConstraintWidgetContainer.java:279)
at androidx.constraintlayout.core.widgets.a.Y(ConstraintWidgetContainer.java:131)
对应代码 @OverRide
protected void onMeasure(final int widthMeasureSpec,final int heightMeasureSpec) {
int minimumWidth = 0;
int minimumHeight = 0;
final View thisView = this;
final boolean needPreview = thisView.isInEditMode() && mEnablePreviewInEditMode;
for (int i = 0, len = super.getChildCount(); i < len; i++) {
View child = super.getChildAt(i);
if (child.getVisibility() == GONE || "GONE".equals(child.getTag(R.id.srl_tag))) {
continue;
}
辛苦协助解决下。
The text was updated successfully, but these errors were encountered:
采用的是最新版本,报错基本堆栈如下,他并非常出现,
对应代码
@OverRide
protected void onMeasure(final int widthMeasureSpec,final int heightMeasureSpec) {
int minimumWidth = 0;
int minimumHeight = 0;
final View thisView = this;
final boolean needPreview = thisView.isInEditMode() && mEnablePreviewInEditMode;
辛苦协助解决下。
The text was updated successfully, but these errors were encountered: