Skip to content

Commit

Permalink
Merge pull request #5766 from nextcloud/bugfix/conflict-resolution-bu…
Browse files Browse the repository at this point in the history
…tton-in-activity-not-working

Bugfix. Conflict resolution button not clickable.
  • Loading branch information
mgallien authored Jun 7, 2023
2 parents ec302c8 + fd69e6d commit d63eb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/ActivityItemContent.qml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ RowLayout {

maxActionButtons: activityModel.maxActionButtons

onTriggerAction: activityModel.slotTriggerAction(model.activityIndex, actionIndex)
onTriggerAction: activityModel.slotTriggerAction(activityData.activityIndex, actionIndex)

onShowReplyField: isTalkReplyOptionVisible = true
}
Expand Down

0 comments on commit d63eb6a

Please sign in to comment.