Skip to content

Commit

Permalink
fixed share link
Browse files Browse the repository at this point in the history
  • Loading branch information
RamReso committed Aug 30, 2024
1 parent 64912d9 commit ba7c61f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ class MessageInputFragment : Fragment() {

if (chatActivity.sharedText.isNotEmpty()) {
binding.fragmentMessageInputView.inputEditText?.setText(chatActivity.sharedText)
submitMessage(false)
}

binding.fragmentMessageInputView.setAttachmentsListener {
Expand Down

0 comments on commit ba7c61f

Please sign in to comment.