Correctly animate deletion when attaching multiple media.

This commit is contained in:
Nicholas
2022-12-14 13:18:11 -05:00
committed by Cody Henthorne
parent 9b85907918
commit 0e08b4ee26
2 changed files with 11 additions and 8 deletions

View File

@@ -238,7 +238,7 @@ class MediaReviewFragment : Fragment(R.layout.v2_media_review_fragment) {
}
})
val selectionAdapter = MappingAdapter()
val selectionAdapter = MappingAdapter(false)
MediaReviewAddItem.register(selectionAdapter) {
launchGallery()
}