Thx for the comments. I guess pragmatism is the rule that you never break :-)
For now, I turned one of the Activties/presenters into a singleton, so no longer disposable. This presenter works with the main view of the app and would be (almost) always present anyway. Since it is never disponsed, of, this presenter never misses any of the events it is subscribed for. It takes me one extra call to "init" this activity. The activity mgr returns MainActvity.getInstance() when necessary. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/7N9j13_zwOoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
