apprt/embedded: hook up paste confirmation

This commit is contained in:
Mitchell Hashimoto
2023-11-05 09:20:16 -08:00
parent 5dac8fba96
commit ef44551522
8 changed files with 149 additions and 30 deletions

View File

@@ -46,7 +46,6 @@ struct PasteProtectionView: View {
}
private func onCancel() {
AppDelegate.logger.warning("PASTE onCancel")
delegate?.pasteProtectionComplete(.cancel)
}