mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use full modal height for share ext
This commit is contained in:
parent
d769a44a88
commit
0075caa894
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ import Utils
|
|||
view.backgroundColor = .clear
|
||||
|
||||
embed(
|
||||
childViewController: UIViewController.makeShareExtensionController(extensionContext: extensionContext),
|
||||
heightRatio: 0.75
|
||||
childViewController: UIViewController.makeShareExtensionController(extensionContext: extensionContext)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue