feat(menu): default to overlay for ios menu (#19063)

resolves #18662
This commit is contained in:
Adam Bradley
2019-10-08 11:59:06 -05:00
committed by Brandy Carney
parent 1b9d61bfa8
commit dbf6a448ff
9 changed files with 29 additions and 21 deletions

View File

@ -216,7 +216,7 @@ const overlayAnimation = async (
}
});
}
const animationResult = await animation.playAsync();
const animationResult = await animation.play();
/**
* TODO: Remove AnimationBuilder