remove unused member variable

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-06-30 10:11:53 +02:00
parent f435646b23
commit 5b457a67cb
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -57,7 +57,6 @@ class OutcomingVoiceMessageViewHolder(outcomingView: View) : MessageHolders
private val binding: ItemCustomOutcomingVoiceMessageBinding =
ItemCustomOutcomingVoiceMessageBinding.bind(itemView)
private val realView: View = itemView
@JvmField
@Inject