More action sheet cancellation

This commit is contained in:
Chris Li 2017-01-24 14:20:58 -05:00
parent 73736061f8
commit fb39a16061

View File

@ -97,6 +97,7 @@ extension AlertProcedure {
guard let url = book.url else {return}
UIPasteboard.general.string = url.absoluteString
}
alert.add(actionWithTitle: Localized.Alert.cancel, style: .cancel) { _ in }
return alert
}
}