mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01: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()
|
initVoiceRecordButton()
|
||||||
|
|
||||||
|
if (sharedText.isNotEmpty()) {
|
||||||
binding?.messageInputView?.inputEditText?.setText(sharedText)
|
binding?.messageInputView?.inputEditText?.setText(sharedText)
|
||||||
|
}
|
||||||
binding?.messageInputView?.setAttachmentsListener {
|
binding?.messageInputView?.setAttachmentsListener {
|
||||||
AttachmentDialog(this, this).show()
|
AttachmentDialog(this, this).show()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user