mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-05 12:32:22 +00:00
Fix archive
This commit is contained in:
parent
5d1d540c7f
commit
57c2133673
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@
|
||||||
self.parent = parent
|
self.parent = parent
|
||||||
}
|
}
|
||||||
|
|
||||||
func didDismiss(controller _: GiphyViewController?) {
|
@MainActor func didDismiss(controller _: GiphyViewController?) {
|
||||||
parent.onShouldDismissGifPicker()
|
parent.onShouldDismissGifPicker()
|
||||||
}
|
}
|
||||||
|
|
||||||
func didSelectMedia(giphyViewController _: GiphyViewController, media: GPHMedia) {
|
@MainActor func didSelectMedia(giphyViewController _: GiphyViewController, media: GPHMedia) {
|
||||||
let url = media.url(rendition: .fixedWidth, fileType: .gif)
|
let url = media.url(rendition: .fixedWidth, fileType: .gif)
|
||||||
parent.completion(url ?? "")
|
parent.completion(url ?? "")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue