mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-09 12:21:28 -04:00
Reformat
This commit is contained in:
parent
4f090a7b88
commit
7ef2f0e8de
@ -75,8 +75,7 @@ final class BrowserUIDelegate: NSObject, WKUIDelegate {
|
||||
let request = Bookmark.fetchRequest(predicate: predicate)
|
||||
if let bookmarks = try? context.fetch(request), !bookmarks.isEmpty {
|
||||
return UIAction(title: "Remove Bookmark",
|
||||
image: UIImage(systemName: "star.slash.fill"))
|
||||
{ _ in
|
||||
image: UIImage(systemName: "star.slash.fill")) { _ in
|
||||
self.deleteBookmark(url: url)
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user