-
Notifications
You must be signed in to change notification settings - Fork 41
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-7578: Fix project warnings #3633
Conversation
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
@@ -78,7 +78,7 @@ public struct CachedAsyncImage<Content>: View where Content: View { | |||
|
|||
public var body: some View { | |||
content(phase) | |||
.task(id: urlRequest, load) | |||
.task(id: urlRequest) { await load() } |
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.
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com> # Conflicts: # Tangem/Modules/LegacySend/LegacySendViewModel.swift # Tangem/Modules/Markets/TokenMarketsDetails/Subviews/Insights/MarketsTokenDetailsInsightsView.swift # Tangem/Modules/Send/StakingModel.swift
Signed-off-by: Andrey Fedorov <afedorov@tangem.com> # Conflicts: # Tangem/Modules/ExpressApprove/ExpressApproveViewModel.swift
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com> # Conflicts: # Podfile # Podfile.lock # Tangem/Modules/LegacySend/LegacySendViewModel.swift # Tangem/UIComponents/OverlayContentContainer/SwiftUI/OverlayContentStateObserver.swift
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
////extension UIResponder { | ||
//// static var currentFirstResponder: UIResponder? { | ||
//// _currentFirstResponder = nil | ||
//// UIApplication.shared.sendAction(#selector(UIResponder.findFirstResponder(_:)), to: nil, from: nil, for: nil) |
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.
закоменченный код, в проекте он уже есть в другом месте
import Combine | ||
import UIKit | ||
|
||
extension Publishers { |
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.
Не юзалось
Signed-off-by: Andrey Fedorov <afedorov@tangem.com> # Conflicts: # Podfile # Podfile.lock # Tangem/Modules/Markets/TokenMarketsDetails/Subviews/Insights/MarketsTokenDetailsInsightsView.swift
Signed-off-by: Andrey Fedorov <afedorov@tangem.com> # Conflicts: # Podfile # Podfile.lock
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
IOS-7578