Cleanup
This commit is contained in:
parent
597697b13a
commit
3dd5bab7b6
1 changed files with 2 additions and 2 deletions
|
|
@ -172,8 +172,8 @@ class ActionListPresenter @Inject constructor(
|
|||
}
|
||||
}
|
||||
val displayEmojiReactions = userCanSendReaction &&
|
||||
timelineItem.isRemote
|
||||
&& timelineItem.content.canReact()
|
||||
timelineItem.isRemote &&
|
||||
timelineItem.content.canReact()
|
||||
if (actions.isNotEmpty() || displayEmojiReactions) {
|
||||
target.value = ActionListState.Target.Success(
|
||||
event = timelineItem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue