Skip to content

Commit b8577cb

Browse files
cleaning lib
Signed-off-by: Marino Faggiana <[email protected]>
1 parent caf9c59 commit b8577cb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

iOSClient/GUI/Lucid Banner/ErrorBannerView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ func showErrorBanner(scene: UIWindowScene?, errorDescription: String, errorCode:
8383
subtitle: errorDescription,
8484
footnote: "(Code: \(errorCode))",
8585
autoDismissAfter: NCGlobal.shared.dismissAfterSecond,
86+
swipeToDismiss: true,
8687
onTap: { _, _ in
8788
LucidBanner.shared.dismiss()
8889
}

iOSClient/GUI/Lucid Banner/HudBannerView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ func showHudBanner(
171171
title: title,
172172
subtitle: subtitle,
173173
vPosition: .center,
174-
swipeToDismiss: false,
175174
blocksTouches: true,
176175
onTap: { token, stage in
177176
onTap?(token, stage)

0 commit comments

Comments
 (0)