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

Bug fix transfer after network switch #774

Merged
merged 9 commits into from
Sep 19, 2023

Conversation

CyonAlexRDX
Copy link
Contributor

@CyonAlexRDX CyonAlexRDX commented Sep 19, 2023

Reduce observation of AppState

RPReplay_Final1695118491.MP4

@CyonAlexRDX CyonAlexRDX marked this pull request as draft September 19, 2023 09:47
@CyonAlexRDX CyonAlexRDX marked this pull request as ready for review September 19, 2023 10:15
action: App.ChildAction.onboardingCoordinator,
then: { OnboardingCoordinator.View(store: $0) }
)
VStack {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the spacing be zero?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed, fixed

.task { @MainActor in
await store.send(.view(.task)).finish()
}
.presentsLoadingViewOverlay()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are flipping the order of loading view overlay and banner, is that intentional? It might have some (unwanted) affect?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You did the flipping, I just didn't revert it, so it's not intentional from my side...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha lol, unflip my flip please :)

@kugel3 kugel3 merged commit cd72a6a into main Sep 19, 2023
5 checks passed
@kugel3 kugel3 deleted the bug_fix_transfer_after_network_switch branch September 19, 2023 13:21
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants