There is a problem that onActivityResult Activity method invokes early than onStart(), where calls Presenter.takeView(view) and Presenter.onLoad(), correspondingly. Now we must do few hacks for storing of onActivityResult data for correctly using it at onLoad method. I think we should do it more properly.
There is a problem that
onActivityResultActivity method invokes early thanonStart(), where callsPresenter.takeView(view)andPresenter.onLoad(), correspondingly. Now we must do few hacks for storing of onActivityResult data for correctly using it atonLoadmethod. I think we should do it more properly.