Commit 896ee8d
authored
Use actual openURL method on iOS (JetBrains#990)
Fixes the following error when calling `URIHandler_openUri` on iOS 18:
```
The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO).
```
Fixes: https://youtrack.jetbrains.com/issue/CMP-66991 parent 355ede9 commit 896ee8d
File tree
1 file changed
+5
-1
lines changed- skiko/src/uikitMain/kotlin/org/jetbrains/skiko
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments