mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Merge pull request #3918 from nextcloud/bugfix/3897/fixTextOverwrittenByClipboard
Fix to not set clipboard text repeatedly
This commit is contained in:
commit
b2fe29d0cf
@ -1156,6 +1156,7 @@ class ChatActivity :
|
||||
}
|
||||
|
||||
private fun initMessageInputView() {
|
||||
if (binding.messageInputView.inputEditText?.filters?.isEmpty() == true) {
|
||||
val filters = arrayOfNulls<InputFilter>(1)
|
||||
val lengthFilter = CapabilitiesUtil.getMessageMaxLength(spreedCapabilities)
|
||||
|
||||
@ -1243,6 +1244,7 @@ class ChatActivity :
|
||||
binding.messageInputView.button?.contentDescription =
|
||||
resources?.getString(R.string.nc_description_send_message_button)
|
||||
}
|
||||
}
|
||||
|
||||
private fun editMessageAPI(message: ChatMessage, editedMessageText: String) {
|
||||
var apiVersion = 1
|
||||
|
Loading…
Reference in New Issue
Block a user