Skip to content

Commit

Permalink
move 'reply privately' to more
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Feb 6, 2025
1 parent 9194200 commit 76b5329
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 @@ -1924,7 +1924,7 @@ extension ChatViewController {
}

if canReplyPrivately(to: message) {
children.append(
moreOptions.append(
UIAction.menuAction(localizationKey: "reply_privately", systemImageName: "arrowshape.turn.up.left", indexPath: indexPath, action: { self.replyPrivatelyToMessage(at: $0 ) })
)
}
Expand Down

0 comments on commit 76b5329

Please sign in to comment.