mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Rename completion to callback and simplify actor usage. (#6141)
This commit is contained in:
@@ -18,7 +18,7 @@ import SwiftUI
|
||||
|
||||
protocol OnboardingAvatarViewModelProtocol {
|
||||
|
||||
var completion: ((OnboardingAvatarViewModelResult) -> Void)? { get set }
|
||||
var callback: ((OnboardingAvatarViewModelResult) -> Void)? { get set }
|
||||
var context: OnboardingAvatarViewModelType.Context { get }
|
||||
|
||||
/// Update the view model to show the image that the user has picked.
|
||||
|
||||
Reference in New Issue
Block a user