Start implementing the new share extension, mostly so we can show the sync status

This commit is contained in:
Jackson Harper
2022-06-02 15:29:57 -07:00
parent 92f8218960
commit ef72e09006
6 changed files with 192 additions and 137 deletions

View File

@ -12,7 +12,7 @@ import Utils
embed(
childViewController: UIViewController.makeShareExtensionController(extensionContext: extensionContext),
heightRatio: 0.3
heightRatio: 0.5
)
}
}