Replies: 3 comments 1 reply
|
Can you prove a small sample reproduction? Posting a picture of your code is difficult for me to copy/paste it and reproduce your issue. |
0 replies
|
Hi Brandon, Thanks for fast repy. Attached is all the code around the AsyncCommand. Unfortunately I could not reproduce the issue myself. Also attached the log file the issue occurs on 12 june at 3:21:20 PM (utc) Best regards, |
0 replies
|
Hi Brandon, Is there any news about this issue? Best regards, |
1 reply
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.
Hi,
I developed a XamarinForms smartphone app with a save button. The save button Command is binded to a AsyncCommand. Normally and most of the times the async execute is call 1 time after the save button press. But sometimes the execute is called multiple (2 a 5) times after just 1 press. Before calling the execute a busy flag is set to true. The busy flag is part of the condition for CanExecute. I could not reproduce the issue myself. The issue is seen after implementing logging which shows that the execute is called multiple times in a customer situation using an android 11 smartphone

. See attachment for implementation details.
Is there any explanation for this behaviour?
All reactions