jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Add (Android) Application.Context null check #63

Closed renzska closed 7 years ago

renzska commented 7 years ago

Fixes Xamarin.Forms Previewer (Java.Lang.NullPointerException) breaking when trying to access properties.

renzska commented 7 years ago

Any chance of this making it into the next release? If it's easier to kill this PR and just add the Context == null check yourself, I'm fine with that.

jamesmontemagno commented 7 years ago

Will be added in 3.0 in the near future