Skip to content

Commit

Permalink
fixed share link
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Markert <RamReso@gmail.com>
  • Loading branch information
RamReso committed Aug 30, 2024
1 parent 64912d9 commit d783418
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 d783418

Please sign in to comment.