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
java.lang.ClassCastException: android.widget.ImageView cannot be cast to android.view.ViewGroup
at android.support.v4.app.FragmentTransition.configureTransitionsOrdered(FragmentTransition.java:310)
at android.support.v4.app.FragmentTransition.startTransitions(FragmentTransition.java:134)
at android.support.v4.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2380)
at android.support.v4.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManager.java:2338)
at android.support.v4.app.FragmentManagerImpl.execSingleAction(FragmentManager.java:2215)
at android.support.v4.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:649)
at com.dounion.dosmart.mylibrary.provider.FragmentDataProvider.onViewAttachedToWindow(FragmentDataProvider.java:74)
at com.dounion.dosmart.mylibrary.MultiTypeAdapter.onViewAttachedToWindow(MultiTypeAdapter.java:196)
at android.support.v7.widget.RecyclerView.dispatchChildAttached(RecyclerView.java:7161)
at android.support.v7.widget.RecyclerView$5.addView(RecyclerView.java:782)
at android.support.v7.widget.ChildHelper.addView(ChildHelper.java:107)
at android.support.v7.widget.RecyclerView$LayoutManager.addViewInt(RecyclerView.java:8222)
at android.support.v7.widget.RecyclerView$LayoutManager.addView(RecyclerView.java:8180)
at android.support.v7.widget.RecyclerView$LayoutManager.addView(RecyclerView.java:8168)
at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1573)
xianningqis
changed the title
使用MultiTypeView 在第一次刷新数据后,第二次不显示数据,确定已经拿到数据了
使用MultiTypeView 在滑到第11个itme后报强转类型报错
Jun 11, 2018
No description provided.
The text was updated successfully, but these errors were encountered: