Skip to content

Commit

Permalink
Remove tinting when forwarding content.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal committed Dec 2, 2022
1 parent ea08b59 commit 9f16610
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1131,7 +1131,7 @@ private void handleForwardMessageParts(Set<MultiselectPart> multiselectParts) {
MultiselectForwardFragmentArgs.create(requireContext(),
multiselectParts,
args -> MultiselectForwardFragment.showBottomSheet(getChildFragmentManager(),
args.withSendButtonTint(listener.getSendButtonTint())));
args));
}

private void handleResendMessage(final MessageRecord message) {
Expand Down

0 comments on commit 9f16610

Please sign in to comment.