Skip to content

Commit

Permalink
Remove unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Dec 13, 2021
1 parent f29e14f commit 0981af3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0981af3

Please sign in to comment.