mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
fix open url event (#20208)
This commit is contained in:
parent
2ceef5ced3
commit
cec4611507
@ -315,7 +315,8 @@
|
||||
(navigation/change-tab :browser-stack)
|
||||
(update-browser browser)
|
||||
(resolve-url nil))
|
||||
(.openURL ^js react/linking (url/normalize-url url))))))
|
||||
(do (.openURL ^js react/linking (url/normalize-url url))
|
||||
nil)))))
|
||||
|
||||
(rf/defn open-existing-browser
|
||||
"Opens an existing browser with it's history"
|
||||
|
Loading…
x
Reference in New Issue
Block a user