Closed thefex closed 8 years ago
cc @martijn00 fixed in branch https://github.com/thefex/MvvmCross/tree/FragmentPresenterMultiParent
Pull Request in MvvmCross Core repository: https://github.com/MvvmCross/MvvmCross/pull/1287
@martijn00 Martijn there are no changes needed in your AndroidSupport Pull Request. Test if it's all ok (i've tested and everything seems allright) and merge my Pull Request in MvvmCross, wait for new MvvmCross nuget and merge your AndroidSupport pull request.
Merged, closing issue.
Currently MvxFragment can be shown just in one Activity (by presenter).
Working on issue, implemented (though not tested) feature in Shared and Native Fragging: https://github.com/thefex/MvvmCross/commit/18d0d65f1b5933d2c1727b5f0edea13c63e5c4f5
As in 4.0beta era - I have to manually set references to new MvvmCross build (from commit I have mentioned above) - feature is going to be implemented in my fork branch: https://github.com/thefex/MvvmCross-AndroidSupport/tree/feature_MultiParentActivityFragmentPresenterSupport