kopia lustrzana https://github.com/ryukoposting/Signal-Android
Disallow view-once if share selection is stories.
rodzic
7139f91997
commit
d2523c2661
|
@ -431,7 +431,8 @@ class MediaSelectionActivity :
|
||||||
destination = MediaSelectionDestination.MultipleRecipients(recipientSearchKeys),
|
destination = MediaSelectionDestination.MultipleRecipients(recipientSearchKeys),
|
||||||
message = message,
|
message = message,
|
||||||
asTextStory = asTextStory,
|
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 }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue