Updates following self review.

This commit is contained in:
Doug
2022-03-17 19:08:25 +00:00
parent dc57bcd55c
commit bad0648b7e
17 changed files with 86 additions and 61 deletions
@@ -61,9 +61,7 @@ class OnboardingAvatarViewModel: OnboardingAvatarViewModelType, OnboardingAvatar
state.avatar = image
}
func update(with error: Error) {
if let error = error as NSError? {
state.bindings.alertInfo = AlertInfo(error: error)
}
func processError(_ error: NSError?) {
state.bindings.alertInfo = AlertInfo(error: error)
}
}