mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Prevent schedule send UI from showing in story send flow.
This commit is contained in:
committed by
Greyson Parrelli
parent
4ad233c6d1
commit
dae69744c2
@@ -219,7 +219,7 @@ class MediaReviewFragment : Fragment(R.layout.v2_media_review_fragment), Schedul
|
||||
performSend()
|
||||
}
|
||||
}
|
||||
if (FeatureFlags.scheduledMessageSends()) {
|
||||
if (FeatureFlags.scheduledMessageSends() && !sharedViewModel.isStory()) {
|
||||
sendButton.setOnLongClickListener {
|
||||
ScheduleMessageContextMenu.show(it, (requireView() as ViewGroup)) { time: Long ->
|
||||
if (time == -1L) {
|
||||
|
||||
Reference in New Issue
Block a user