Mortar / Flow save view and presenter in backstack
问题 I'm playing with Mortar / Flow / Dagger2. My app has 2 screens : Screen 1 shows a Google map. I'm using directly the MapView object rather than the MapFragment, and I hooked it properly to the root activity lifecycle events. Screen 2 shows some info from a map marker. We go from screen 1 to screen 2 through Flow.get(context).goTo(new Screen2()); The problem is that when I come back from screen 2 to screen 1, using Flow.get(context).goBack(); , the screen 1 and its MapView are recreated from