mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix ordering, add pragmas, fix visibility on a few functions, remove default param on state.
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ final class TemplateUserProfileCoordinator: Coordinator {
|
||||
templateUserProfileViewController = VectorHostingController(rootView: view)
|
||||
}
|
||||
|
||||
// MARK: - Public methods
|
||||
// MARK: - Public
|
||||
func start() {
|
||||
templateUserProfileViewModel.completion = { [weak self] result in
|
||||
guard let self = self else { return }
|
||||
|
||||
Reference in New Issue
Block a user