mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix memory leak
This commit is contained in:
@@ -33,7 +33,7 @@ enum MockInfoSheetScreenState: MockScreenState, CaseIterable {
|
||||
/// A list of screen state definitions
|
||||
static var allCases: [MockInfoSheetScreenState] {
|
||||
// Each of the presence statuses
|
||||
[.sheet(title: VectorL10n.userSessionVerifiedSessionTitle, subtitle: VectorL10n.userSessionVerifiedSessionDescription, action: .init(text: VectorL10n.userSessionGotIt, action: {}))]
|
||||
[.sheet(title: VectorL10n.userSessionVerifiedSessionTitle, subtitle: VectorL10n.userSessionVerifiedSessionDescription, action: .init(text: VectorL10n.userSessionGotIt, action: { }))]
|
||||
}
|
||||
|
||||
/// Generate the view struct for the screen state.
|
||||
|
||||
Reference in New Issue
Block a user