Animate attachment rows in when picking assets
This commit is contained in:
parent
dabcae0905
commit
c78f152670
|
@ -288,9 +288,11 @@ extension ComposeHostingController: AssetPickerViewControllerDelegate {
|
||||||
let attachments = attachments.map {
|
let attachments = attachments.map {
|
||||||
CompositionAttachment(data: $0)
|
CompositionAttachment(data: $0)
|
||||||
}
|
}
|
||||||
|
withAnimation {
|
||||||
draft.attachments.append(contentsOf: attachments)
|
draft.attachments.append(contentsOf: attachments)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
extension ComposeHostingController: DraftsTableViewControllerDelegate {
|
extension ComposeHostingController: DraftsTableViewControllerDelegate {
|
||||||
func draftSelectionCanceled() {
|
func draftSelectionCanceled() {
|
||||||
|
|
Loading…
Reference in New Issue