From 2f0a137e739d89fb10e2a964c2dd3a5e88f58fff Mon Sep 17 00:00:00 2001 From: bjoern Date: Fri, 17 Jan 2025 18:47:04 +0100 Subject: [PATCH] Update deltachat-ios/Chat/ChatViewController.swift Co-authored-by: Casper Zandbergen --- deltachat-ios/Chat/ChatViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ios/Chat/ChatViewController.swift b/deltachat-ios/Chat/ChatViewController.swift index ffe25a968..8318e34e2 100644 --- a/deltachat-ios/Chat/ChatViewController.swift +++ b/deltachat-ios/Chat/ChatViewController.swift @@ -1975,7 +1975,7 @@ extension ChatViewController { if dcChat.isSelfTalk || message.savedMessageId != 0 { children.append( - UIAction.menuAction(localizationKey: "unsave", systemImageName: "star.slash", indexPath: indexPath, action: { self.toggleSave(at: $0 ) }) + UIAction.menuAction(localizationKey: "unsave", systemImageName: "star.slash", indexPath: indexPath, action: toggleSave) ) } else { children.append(