mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Disallow view-once if share selection is stories.
This commit is contained in:
committed by
Greyson Parrelli
parent
7139f91997
commit
d2523c2661
@@ -431,7 +431,8 @@ class MediaSelectionActivity :
|
||||
destination = MediaSelectionDestination.MultipleRecipients(recipientSearchKeys),
|
||||
message = message,
|
||||
asTextStory = asTextStory,
|
||||
startAction = if (asTextStory) R.id.action_directly_to_textPostCreationFragment else -1
|
||||
startAction = if (asTextStory) R.id.action_directly_to_textPostCreationFragment else -1,
|
||||
isStory = recipientSearchKeys.any { it.isStory }
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user