mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Fix mentions with share to single group story flow.
This commit is contained in:
committed by
Greyson Parrelli
parent
a81a4cdb53
commit
9851bc300e
@@ -46,6 +46,14 @@ sealed class MediaSelectionDestination {
|
||||
}
|
||||
}
|
||||
|
||||
override fun getRecipientSearchKey(): ContactSearchKey.RecipientSearchKey? {
|
||||
return if (recipientSearchKeys.size == 1) {
|
||||
recipientSearchKeys[0]
|
||||
} else {
|
||||
super.getRecipientSearchKey()
|
||||
}
|
||||
}
|
||||
|
||||
override fun getRecipientSearchKeyList(): List<ContactSearchKey.RecipientSearchKey> = recipientSearchKeys
|
||||
|
||||
override fun toBundle(): Bundle {
|
||||
|
||||
Reference in New Issue
Block a user