|
@@ -143,7 +143,7 @@ class ChatViewController: UITableViewController {
|
|
|
|
|
|
let forwardItem = ContextMenuProvider.ContextMenuItem(
|
|
let forwardItem = ContextMenuProvider.ContextMenuItem(
|
|
title: String.localized("forward"),
|
|
title: String.localized("forward"),
|
|
- imageNames: ("ic_reply", nil),
|
|
|
|
|
|
+ imageNames: ("ic_forward_white_36pt", nil),
|
|
isDestructive: false,
|
|
isDestructive: false,
|
|
action: #selector(BaseMessageCell.messageForward),
|
|
action: #selector(BaseMessageCell.messageForward),
|
|
onPerform: { [weak self] indexPath in
|
|
onPerform: { [weak self] indexPath in
|