MvvmCross-UserInteraction
MvvmCross-UserInteraction copied to clipboard
ConfirmThreeButtons not called on main thread on iOS
The ConfirmThreeButtons
is missing the UIApplication.SharedApplication.InvokeOnMainThread(() => {});
part on iOS :-)