Replies: 1 comment
-
Why do you want to use Task.Run()? Did you try calling ShowAlertAsync() directly? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to show a display allert if a value is zero; I have to call it from a sync method, so I do:
but I get: "One or more errors occurred. (Exception has been thrown by the target of an invocation.)" without any details.
Anyone can help please?
Beta Was this translation helpful? Give feedback.
All reactions