Skip to content
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

Merged
merged 19 commits into from
Sep 9, 2024
Merged

Conversation

m3g0byt3
Copy link
Contributor

@m3g0byt3 m3g0byt3 commented Aug 7, 2024

IOS-7578

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>
@m3g0byt3 m3g0byt3 added the WIP Work in progress label Aug 7, 2024
@@ -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() }
Copy link
Contributor Author

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)
Copy link
Contributor Author

@m3g0byt3 m3g0byt3 Sep 5, 2024

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 {
Copy link
Contributor Author

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
@m3g0byt3 m3g0byt3 removed the WIP Work in progress label Sep 5, 2024
@m3g0byt3 m3g0byt3 marked this pull request as ready for review September 5, 2024 10:20
@m3g0byt3 m3g0byt3 requested review from tureck1y and a team as code owners September 5, 2024 10:20
tureck1y
tureck1y previously approved these changes Sep 5, 2024
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>
@m3g0byt3 m3g0byt3 requested a review from tureck1y September 6, 2024 17:57
@m3g0byt3 m3g0byt3 enabled auto-merge (squash) September 6, 2024 17:57
@m3g0byt3 m3g0byt3 merged commit cf2ac61 into develop Sep 9, 2024
3 checks passed
@m3g0byt3 m3g0byt3 deleted the feature/IOS-7578_fix_project_warnings branch September 9, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants