Skip to content

Commit

Permalink
Update deltachat-ios/Chat/ChatViewController.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Casper Zandbergen <[email protected]>
  • Loading branch information
r10s and Amzd authored Jan 17, 2025
1 parent b6359d6 commit 2f0a137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/Chat/ChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2f0a137

Please sign in to comment.