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
H
I have an error that appears when I try to display a DraggableViewCell into a CollectionView
The error is: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.View.getLayoutParams()' on a null object reference
Note:
The library works fine when I create a new empty project, but this error appeared when I try to run it on the existing project, and
There are a lot of libraries that already installed on this project.
Update:
This error appearing now Cannot invalidate item decorations during a scroll or layout
Nothing changed, just this error appeared instead of the previous one
The text was updated successfully, but these errors were encountered:
H
I have an error that appears when I try to display a DraggableViewCell into a CollectionView
The error is:
Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.View.getLayoutParams()' on a null object reference
Sharpnado.CollectionView 2.1.0
Xamarin.Forms 5.0.0.2515
Xaml Code:
Note:
The library works fine when I create a new empty project, but this error appeared when I try to run it on the existing project, and
There are a lot of libraries that already installed on this project.
Update:
This error appearing now
Cannot invalidate item decorations during a scroll or layout
Nothing changed, just this error appeared instead of the previous one
The text was updated successfully, but these errors were encountered: