mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 05:49:25 -04:00
More action sheet cancellation
This commit is contained in:
parent
73736061f8
commit
fb39a16061
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user