Merge pull request #3987 from dmitrylyzo/fix-dialog-closing

Fix dialog closing flow
This commit is contained in:
Bill Thornton
2022-10-04 09:35:53 -04:00
committed by GitHub
2 changed files with 25 additions and 13 deletions
@@ -238,7 +238,6 @@ function showWithUser(options, player, user) {
return actionsheet.show({
items: menuItems,
resolveOnClick: true,
positionTo: options.positionTo
}).then(function (id) {
return handleSelectedOption(id, options, player);