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