mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
fix to keep entered text when app is in background
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
c9e99a7d6f
commit
6be93ad2cd
@ -542,7 +542,9 @@ class ChatActivity :
|
||||
|
||||
initVoiceRecordButton()
|
||||
|
||||
binding?.messageInputView?.inputEditText?.setText(sharedText)
|
||||
if (sharedText.isNotEmpty()) {
|
||||
binding?.messageInputView?.inputEditText?.setText(sharedText)
|
||||
}
|
||||
binding?.messageInputView?.setAttachmentsListener {
|
||||
AttachmentDialog(this, this).show()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user