-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS-7652 Load images during onboarding #3705
Conversation
.store(in: &bag) | ||
} | ||
|
||
override func loadImage(supportsOnlineImage: Bool, cardId: String?, cardPublicKey: Data?) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Честно говоря не сильно понятно, зачем эта перегрузка, может добавляли, когда был дев режим для тестов. Проперти secondImage в целом не юзалось
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
не помню точно, но скорее всего это для первого экрана онбординга, где 2 карточки было, чтобы анимированный переход делать от welcome к онбордингу или что-то такое)
@@ -329,19 +329,6 @@ class WalletOnboardingViewModel: OnboardingViewModel<WalletOnboardingStep, Onboa | |||
subscribeToScreenshots() | |||
} | |||
|
|||
private func loadImageForRestoredbackup(cardId: String, cardPublicKey: Data) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
не использовалось
.store(in: &bag) | ||
} | ||
|
||
override func loadImage(supportsOnlineImage: Bool, cardId: String?, cardPublicKey: Data?) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
не помню точно, но скорее всего это для первого экрана онбординга, где 2 карточки было, чтобы анимированный переход делать от welcome к онбордингу или что-то такое)
Теперь будут загружаться картинки каждой из карт во время онбординга
TODO: Bump SDK