Fix selecting a button on a dialog causing both that button and exit to animate

This commit is contained in:
Dean Herbert 2018-07-03 18:35:09 +09:00
parent 5f33ab579e
commit b33206c212
1 changed files with 2 additions and 2 deletions

View File

@ -69,10 +69,10 @@ public IEnumerable<PopupDialogButton> Buttons
{
if (actionInvoked) return;
Hide();
actionInvoked = true;
action?.Invoke();
Hide();
};
}
}