roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

SizedFlowLayout.SnapToCenter crash #104

Open alex-dubatov opened 1 year ago

alex-dubatov commented 1 year ago

Platform:

Describe the bug I got the crash from my clients by using AppCenter. Has no detailed info, just short stack trace below. So my question is: can I suppress the crash somehow? Thanks!

Exception

SIGABRT: Index was outside the bounds of the array.

SizedFlowLayout.SnapToCenter (UIKit.UICollectionView collectionView)
SizedFlowLayout.DecelerationEnded (UIKit.UIScrollView scrollView)
(wrapper managed-to-native) UIKit.UIApplication.xamarin_UIApplicationMain(int,intptr,intptr,intptr,intptr&)
UIApplication.UIApplicationMain (System.Int32 argc, System.String[] argv, System.IntPtr principalClassName, System.IntPtr delegateClassName)
UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
Application.Main (System.String[] args)