Merge pull request #3987 from dmitrylyzo/fix-dialog-closing
Fix dialog closing flow
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user