You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An instance of the above class will throw an exception with the new Android View Presenter.
Steps to reproduce
Create a class of type MvxAppCompatDialogFragment<>. Decorate with [MvxDialogFragmentPresentation]
Show and await the dialog using the new Navigation Service functions
Close the dialog by calling Close(somevaluetoreturn)
Expected behavior
The "somevaluetoreturn" should be returned to the awaited caller
Actual behavior
Exception is thrown
No constructor found for Weighin.Android.Views.LoginFragment::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership)
Configuration
Version: 5.2
Platform:
[ x] Android
It would appear to me that the implementation of MvxAppCompatDialogFragment<> is missing the protected constructor MvxAppCompatDialogFragment (IntPtr javaReference, JniHandleOwnership transfer)
The text was updated successfully, but these errors were encountered:
Implementing the ctor myself would require that I somehow could call the ctor on AppCompatDialogFragment (above base) directly from my own fragment. I don't think that is possible in c#.
An instance of the above class will throw an exception with the new Android View Presenter.
Steps to reproduce
Create a class of type MvxAppCompatDialogFragment<>. Decorate with [MvxDialogFragmentPresentation]
Show and await the dialog using the new Navigation Service functions
Close the dialog by calling Close(somevaluetoreturn)
Expected behavior
The "somevaluetoreturn" should be returned to the awaited caller
Actual behavior
Exception is thrown
No constructor found for Weighin.Android.Views.LoginFragment::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership)
Configuration
Version: 5.2
Platform:
It would appear to me that the implementation of MvxAppCompatDialogFragment<> is missing the protected constructor MvxAppCompatDialogFragment (IntPtr javaReference, JniHandleOwnership transfer)
The text was updated successfully, but these errors were encountered: