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 native pages not loading without attribute #2522

Merged
merged 1 commit into from
Jan 10, 2018

Conversation

martijn00
Copy link
Contributor

@martijn00 martijn00 commented Jan 10, 2018

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

This fixes the work from #2496 in a more generic way.

⤵️ What is the current behavior?

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

💥 Does this PR introduce a breaking change?

Yes

🐛 Recommendations for testing

📝 Links to relevant issues/docs

#2496

🤔 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 added this to the 6.0.0 milestone Jan 10, 2018
using MvvmCross.Forms.Platform;

namespace MvvmCross.Forms.Views
{
public interface IMvxFormsViewPresenter
public interface IMvxFormsViewPresenter : IMvxAttributeViewPresenter
Copy link
Contributor

@nickrandolph nickrandolph Jan 10, 2018

Choose a reason for hiding this comment

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

Is the name "IMvxFormsViewPresenter" too close to "IMvxFormsPagePresenter"? Perhaps something like "IMvxFormsNativeViewPresenter" or "IMvxFormsPlatformViewPresenter" or inline with Forms naming "IMvxFormsOnPlatformViewPresenter"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We already have this interface and it is implement on all platforms. So not to break the naming i kept it the same.

@martijn00 martijn00 merged commit 368687b into MvvmCross:develop Jan 10, 2018
@nmilcoff nmilcoff added the p/forms Xamarin.Forms platform label Jan 10, 2018
@martijn00 martijn00 deleted the forms-native-attribute branch January 26, 2018 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/forms Xamarin.Forms platform
Development

Successfully merging this pull request may close these issues.

3 participants