Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit f8b8fe5

Browse files
authored
add "ok" button to alert when bookmark sync fails (#2565)
1 parent 236453d commit f8b8fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Bookmark/BookmarkViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ BookmarkHeaderSectionControllerDelegate {
110110
message: String.localizedStringWithFormat(messageFormat, errors),
111111
preferredStyle: .alert
112112
)
113+
alert.add(action: UIAlertAction(title: Constants.Strings.ok, style: .default))
113114
present(alert, animated: trueUnlessReduceMotionEnabled)
114115
}
115116

0 commit comments

Comments
 (0)