Tunnel detail: Copying the public key

This commit is contained in:
Roopesh Chander 2018-10-29 02:19:11 +05:30
parent 90eac14b9a
commit 6b969b7bdf
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ extension TunnelDetailTableViewController {
let cell = tableView.dequeueReusableCell(withIdentifier: TunnelDetailTableViewButtonCell.id, for: indexPath) as! TunnelDetailTableViewButtonCell let cell = tableView.dequeueReusableCell(withIdentifier: TunnelDetailTableViewButtonCell.id, for: indexPath) as! TunnelDetailTableViewButtonCell
cell.buttonText = field.rawValue cell.buttonText = field.rawValue
cell.onTapped = { cell.onTapped = {
print("Copying public key is unimplemented") // TODO UIPasteboard.general.string = interfaceData[.publicKey]
} }
return cell return cell
} else { } else {