add closed button for Open URL Modal

pull/891/head
Ryan ZHAO 11 months ago
parent 0a9fa9de51
commit d8c6692fbc

@ -157,6 +157,7 @@ struct LandingScreen: View {
label: "Privacy policy button"
),
cancelStyle: .textPrimary,
hasCloseButton: true,
onConfirm: { _ in
if let url: URL = URL(string: "https://getsession.org/terms-of-service") {
UIApplication.shared.open(url)

Loading…
Cancel
Save