Tunnel detail: Copying the public key

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-10-29 02:19:11 +05:30
parent 65d54d2e9f
commit 335618a8db
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 {