mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Fix edited rendering poll question in action preview.
This commit is contained in:
parent
912d3e5055
commit
61f7f12d7f
@ -216,8 +216,8 @@ class MessageActionsViewModel @AssistedInject constructor(
|
|||||||
noticeEventFormatter.format(timelineEvent, room?.roomSummary()?.isDirect.orFalse())
|
noticeEventFormatter.format(timelineEvent, room?.roomSummary()?.isDirect.orFalse())
|
||||||
}
|
}
|
||||||
in EventType.POLL_START.values -> {
|
in EventType.POLL_START.values -> {
|
||||||
timelineEvent.root.getClearContent().toModel<MessagePollContent>(catchError = true)
|
(timelineEvent.getVectorLastMessageContent() as? MessagePollContent)?.getBestPollCreationInfo()?.question?.getBestQuestion()
|
||||||
?.getBestPollCreationInfo()?.question?.getBestQuestion() ?: ""
|
?: stringProvider.getString(R.string.message_reply_to_poll_preview)
|
||||||
}
|
}
|
||||||
else -> null
|
else -> null
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user