Remove unused attribute
This commit is contained in:
parent
f29e14fdd8
commit
0981af3085
|
@ -222,7 +222,6 @@ class MessageItemFactory @Inject constructor(
|
|||
.attributes(attributes)
|
||||
.eventId(informationData.eventId)
|
||||
.pollQuestion(pollContent.pollCreationInfo?.question?.question ?: "")
|
||||
.pollResponseSummary(pollResponseSummary)
|
||||
.pollSent(isPollSent)
|
||||
.totalVotesText(totalVotesText)
|
||||
.optionViewStates(optionViewStates)
|
||||
|
|
|
@ -31,9 +31,6 @@ abstract class PollItem : AbsMessageItem<PollItem.Holder>() {
|
|||
@EpoxyAttribute
|
||||
var pollQuestion: String? = null
|
||||
|
||||
@EpoxyAttribute
|
||||
var pollResponseSummary: PollResponseData? = null
|
||||
|
||||
@EpoxyAttribute
|
||||
var callback: TimelineEventController.Callback? = null
|
||||
|
||||
|
|
Loading…
Reference in New Issue