-
Notifications
You must be signed in to change notification settings - Fork 733
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
Start sync #8019
Start sync #8019
Conversation
SonarCloud Quality Gate failed. |
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.
lgtm
@@ -118,6 +120,8 @@ class HomeActivityViewModel @AssistedInject constructor( | |||
private fun initialize() { | |||
if (isInitialized) return | |||
isInitialized = true | |||
// Ensure Session is syncing |
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.
Is this comment really useful? Not an issue at all
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.
Ah, yes, a bit useless. I added the comment when the use case had another name. Could be removed now (but I will not trigger the CI for that).
Type of change
Content
Ensure sync thread is started when the app recover from a crash or from a process killed by the system.
Motivation and context
See message coming when using the app.
Closes #8010
Also fixing a rendering issue when messages fail to be sent:
/crash
command, only auto-completed (and active) when in developer mode to crash the app and provokate a recovery.Screenshots / GIFs
Tests
Tested devices
Checklist