ThePublicBikeGang / EasyBike

Open source and cross platform project for public bikes based on Xamarin. Join the effort!
15 stars 2 forks source link

display dialog crash the app #26

Closed MarcMagnin closed 8 years ago

MarcMagnin commented 8 years ago

Java.Lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources$Theme android.content.Context.getTheme()' on a null object reference

MarcMagnin commented 8 years ago

the mvvmlight DialogService was base on the ActivityBase. As we have implemented another way to get the current activity, I've implemented another DialogService (ExtendedDialogService) to change the reference to the current activity.