-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing on android #115
Comments
This should fix the issue: Inside of the SettingsView init, capture the context.
Change the constructor in SettingsView.Droid.Cells.CellBaseView to use the captured android context:
|
Any progress o nthe merge of the fix? This also occurs on iOS. |
Description
Steps to Reproduce
Expected Behavior
To display the settings view
Actual Behavior
App Crashes
I get an exception:
System.NullReferenceException: Object reference not set to an instance of an object.
Platforms
Basic Information
AiForms.SettingsView 1.2.14-pre
Xamarin.Forms 4.7.0.813-pre2
The text was updated successfully, but these errors were encountered: