mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
chore: remove unnecessary lint suppression
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
8eb6140d64
commit
b0b75ca6f0
@ -104,7 +104,7 @@ class SystemMessageViewHolder(itemView: View) : MessageHolders.IncomingTextMessa
|
||||
itemView.setTag(R.string.replyable_message_view_tag, message.replyable)
|
||||
}
|
||||
|
||||
@SuppressLint("SetTextI18n", "StringFormatInvalid")
|
||||
@SuppressLint("SetTextI18n")
|
||||
private fun processExpandableParent(message: ChatMessage, messageString: Spannable) {
|
||||
binding.expandCollapseIcon.visibility = View.VISIBLE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user