ictvmt / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Can't use a multiple presenter's view as a start view #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you set a multiple presenter's view as the start view, an error occurs 
because no instance of this presenter is created at start.

Solution:
When the getStartView is called, an instance of this multiple presenter should 
be created.

Original issue reported on code.google.com by plcoir...@gmail.com on 20 Jun 2010 at 2:23

GoogleCodeExporter commented 8 years ago
I made the correction for the 1.2.0 release

Original comment by plcoir...@gmail.com on 13 Sep 2010 at 5:11