Sharpnado.CollectionView icon indicating copy to clipboard operation
Sharpnado.CollectionView copied to clipboard

SizedFlowLayout.SnapToCenter crash

Open alex-dubatov opened this issue 9 months ago • 0 comments

Platform:

  • OS: iOS
  • Device: IPad7,5(OS 16.5.1); iPhone XR (OS 14.8.1); iPad5,1 (OS 15.7.8)
  • Sdk version: (Don't know. Where can I check it?)
  • Xamarin.Forms: 5.0.0.2578

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)

alex-dubatov avatar Sep 09 '23 10:09 alex-dubatov