mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Correctly animate deletion when attaching multiple media.
This commit is contained in:
@@ -238,7 +238,7 @@ class MediaReviewFragment : Fragment(R.layout.v2_media_review_fragment) {
|
||||
}
|
||||
})
|
||||
|
||||
val selectionAdapter = MappingAdapter()
|
||||
val selectionAdapter = MappingAdapter(false)
|
||||
MediaReviewAddItem.register(selectionAdapter) {
|
||||
launchGallery()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user