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

CodePush.js: fix syncStatus value mismatch #765

Merged
merged 1 commit into from
Mar 31, 2017
Merged

CodePush.js: fix syncStatus value mismatch #765

merged 1 commit into from
Mar 31, 2017

Conversation

sergey-akhalkov
Copy link
Contributor

@sergey-akhalkov sergey-akhalkov commented Mar 23, 2017

After SyncStatus correctly goes to UPDATE_INSTALLED, on the next app resume it transitions to CHECKING_FOR_UPDATE and then UP_TO_DATE, even though the update has not yet been installed. It should be equals to UPDATE_INSTALLED value again until next app restart.

Relates to #760

After `SyncStatus` correctly goes to `UPDATE_INSTALLED`, on the next resume it transitions to `CHECKING_FOR_UPDATE` and then `UP_TO_DATE`, even though the update has not yet been installed. It should be equals to `UPDATE_INSTALLED` value again until next app restart.
@msftclas
Copy link

@sergey-akhalkov,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

Copy link
Contributor

@richardhuaaa richardhuaaa left a comment

Choose a reason for hiding this comment

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

Nice one, looks good!

@sergey-akhalkov sergey-akhalkov merged commit c843375 into microsoft:master Mar 31, 2017
peacechen pushed a commit to peacechen/react-native-code-push that referenced this pull request May 3, 2017
After `SyncStatus` correctly goes to `UPDATE_INSTALLED`, on the next resume it transitions to `CHECKING_FOR_UPDATE` and then `UP_TO_DATE`, even though the update has not yet been installed. It should be equals to `UPDATE_INSTALLED` value again until next app restart.
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.

None yet

3 participants