|
@@ -57,17 +57,14 @@ class OutcomingPollMessageViewHolder(outcomingView: View, payload: Any) : Messag
|
|
private val binding: ItemCustomOutcomingPollMessageBinding =
|
|
private val binding: ItemCustomOutcomingPollMessageBinding =
|
|
ItemCustomOutcomingPollMessageBinding.bind(itemView)
|
|
ItemCustomOutcomingPollMessageBinding.bind(itemView)
|
|
|
|
|
|
- @JvmField
|
|
|
|
@Inject
|
|
@Inject
|
|
- var context: Context? = null
|
|
|
|
|
|
+ lateinit var context: Context
|
|
|
|
|
|
- @JvmField
|
|
|
|
@Inject
|
|
@Inject
|
|
- var appPreferences: AppPreferences? = null
|
|
|
|
|
|
+ lateinit var appPreferences: AppPreferences
|
|
|
|
|
|
@Inject
|
|
@Inject
|
|
- @JvmField
|
|
|
|
- var ncApi: NcApi? = null
|
|
|
|
|
|
+ lateinit var ncApi: NcApi
|
|
|
|
|
|
lateinit var message: ChatMessage
|
|
lateinit var message: ChatMessage
|
|
|
|
|