소스 검색

Merge pull request #5777 from nextcloud/backport/5766/stable-3.9

[stable-3.9] Bugfix. Conflict resolution button not clickable.
Camila 2 년 전
부모
커밋
20bd460bec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/gui/tray/ActivityItemContent.qml

+ 1 - 1
src/gui/tray/ActivityItemContent.qml

@@ -270,7 +270,7 @@ RowLayout {
 
                 maxActionButtons: activityModel.maxActionButtons
 
-                onTriggerAction: activityModel.slotTriggerAction(model.activityIndex, actionIndex)
+                onTriggerAction: activityModel.slotTriggerAction(activityData.activityIndex, actionIndex)
 
                 onShowReplyField: isTalkReplyOptionVisible = true
             }