diff --git a/Classes/Bookmark/BookmarkViewController.swift b/Classes/Bookmark/BookmarkViewController.swift index e95d01304..67d80de7f 100644 --- a/Classes/Bookmark/BookmarkViewController.swift +++ b/Classes/Bookmark/BookmarkViewController.swift @@ -110,6 +110,7 @@ BookmarkHeaderSectionControllerDelegate { message: String.localizedStringWithFormat(messageFormat, errors), preferredStyle: .alert ) + alert.add(action: UIAlertAction(title: Constants.Strings.ok, style: .default)) present(alert, animated: trueUnlessReduceMotionEnabled) }