mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
Update ActionSheet.ios.ts
This commit is contained in:
parent
c41d8314e1
commit
8c68b00120
@ -8,8 +8,10 @@ export default class ActionSheet {
|
||||
InteractionManager.runAfterInteractions(() => {
|
||||
const iosOptions = {
|
||||
...options,
|
||||
anchor: options.anchor,
|
||||
};
|
||||
if (options.anchor) {
|
||||
iosOptions.anchor = options.anchor;
|
||||
}
|
||||
ActionSheetIOS.showActionSheetWithOptions(iosOptions, completion);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user