mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Add intrinsic sized bottom sheet
This commit is contained in:
+2
-1
@@ -61,7 +61,8 @@ final class UserSessionNameCoordinator: NSObject, Coordinator, Presentable {
|
||||
case .learnMore:
|
||||
self.showInfoSheet(parameters: .init(title: VectorL10n.userSessionRenameSessionTitle,
|
||||
description: VectorL10n.userSessionRenameSessionDescription,
|
||||
action: .init(text: VectorL10n.userSessionGotIt, action: {})))
|
||||
action: .init(text: VectorL10n.userSessionGotIt, action: {}),
|
||||
parentSize: self.toPresentable().view.bounds.size))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user