mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Enable sharing to stories and refactor share activity.
This commit is contained in:
committed by
Greyson Parrelli
parent
fd4543ffe0
commit
523537cf05
@@ -83,7 +83,7 @@ public final class GroupLinkBottomSheetDialogFragment extends BottomSheetDialogF
|
||||
getParentFragmentManager(),
|
||||
new MultiselectForwardFragmentArgs(
|
||||
true,
|
||||
Collections.singletonList(new MultiShareArgs.Builder(Collections.emptySet())
|
||||
Collections.singletonList(new MultiShareArgs.Builder()
|
||||
.withDraftText(groupLink.getUrl())
|
||||
.build()),
|
||||
R.string.MultiselectForwardFragment__share_with
|
||||
|
||||
Reference in New Issue
Block a user