sthewissen / MVP

Unofficial app to help MVPs manage their community activities
GNU General Public License v3.0
111 stars 31 forks source link

[Bug] App crashing when backgrounding/closing #113

Closed sthewissen closed 3 years ago

sthewissen commented 3 years ago

This is originating in the Xamarin Community Toolkit and from what I gather a fix is already PRed in. We just need a new release to use in the MVP app :)

Application.Main (System.String[] args)
SIGABRT: Index was outside the bounds of the array.
SafeAreaEffectRouter.UpdateInsets ()
SafeAreaEffectRouter.<OnAttached>b__6_0 (Foundation.NSNotification _)
InternalNSNotificationHandler.Post (Foundation.NSNotification s)
(wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate)
UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
Application.Main (System.String[] args)