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

Rename MXSessionSyncProgress #1686

Merged
merged 2 commits into from
Jan 23, 2023
Merged

Conversation

Anderas
Copy link
Contributor

@Anderas Anderas commented Jan 18, 2023

Rename MXSessionSyncProgress to MXSessionStartupProgress as it more reflects its purpose. A future PR will be adding migrationData stage which does not really belong into the "sync" state but rather during "startup" stage where loading screen is shown to the user, before the session is ready / interactable.

@Anderas Anderas requested review from a team and alfogrillo and removed request for a team January 18, 2023 16:13

/// `MXSessionStartupProgress` tracks individual stages and per-stage progress
/// during a session startup, where the application may be blocking user interactions.
@objc public class MXSessionStartupProgress: NSObject {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No change of functionality from MXSessionSyncProgress, only renaming

Copy link
Contributor

@alfogrillo alfogrillo left a comment

Choose a reason for hiding this comment

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

IGTM!

@Anderas Anderas merged commit 1c50a95 into andy/migrate_crypto Jan 23, 2023
@Anderas Anderas deleted the andy/startup_stage branch January 23, 2023 09:21
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.

2 participants