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

Fixes issues 1876 and 1880 #1900

Merged
merged 1 commit into from
Jun 1, 2017

Conversation

mvanbeusekom
Copy link
Contributor

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix: makes sure ViewModel isn't instantiated twice on Android

⤵️ What is the current behavior?

ViewModel gets instantiated double on Android while navigating to it using the new NavigationService.

🆕 What is the new behavior (if this is a feature change)?

ViewModel only gets instantiated one time

💥 Does this PR introduce a breaking change?

No

🐛 Recommendations for testing

Reproduction steps are described in #1880

📝 Links to relevant issues/docs

Fixes #1876 and #1880

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated (docs style guide)
  • Nuspec files were updated (when applicable)
  • Rebased onto current develop

@martijn00 martijn00 merged commit 85eb214 into MvvmCross:develop Jun 1, 2017
@MarcBruins MarcBruins added the p/android Android platform label Jun 1, 2017
@martijn00 martijn00 added this to the 5.0.2 milestone Jun 3, 2017
@mvanbeusekom mvanbeusekom deleted the feature/issue_1880 branch June 4, 2017 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/android Android platform
Development

Successfully merging this pull request may close these issues.

Problem with Visibility plugin
3 participants