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

Fix MvxUITextViewTextTargetBinding crash on subscription #2460

Merged
merged 1 commit into from
Dec 11, 2017

Conversation

nmilcoff
Copy link
Contributor

@nmilcoff nmilcoff commented Dec 11, 2017

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

Bug fix.

⤵️ What is the current behavior?

MvxUITextViewTextTargetBinding currently crashes in runtime.

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

Above is fixed.

💥 Does this PR introduce a breaking change?

No.

🐛 Recommendations for testing

Use the binding before / after the applied change.

📝 Links to relevant issues/docs

Related PR: #2452 (we have probably merged and released it too fast...).
Fixes #2484

🤔 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

@nmilcoff nmilcoff added t/bug Bug type p/ios iOS platform labels Dec 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/ios iOS platform t/bug Bug type
Development

Successfully merging this pull request may close these issues.

UITextView target binding fails when subscribing to changes
2 participants