From ea722fc0ce5a9261fc89cc552559738648754c6d Mon Sep 17 00:00:00 2001 From: bjoern Date: Fri, 17 Jan 2025 18:47:12 +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 cae2649a0..57574d79b 100644 --- a/deltachat-ios/Chat/ChatViewController.swift +++ b/deltachat-ios/Chat/ChatViewController.swift @@ -1999,7 +1999,7 @@ extension ChatViewController { ) } else { children.append( - UIAction.menuAction(localizationKey: "save_desktop", systemImageName: "star", indexPath: indexPath, action: { self.toggleSave(at: $0 ) }) + UIAction.menuAction(localizationKey: "save_desktop", systemImageName: "star", indexPath: indexPath, action: toggleSave) ) }