Workaround a crash related to saving instance state and child controllers
Cette révision appartient à :
Parent
00981cf4e8
révision
5c31271e91
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -28,7 +28,7 @@ public class NucleusConductorDelegate<P extends Presenter> {
|
|||
|
||||
Bundle onSaveInstanceState() {
|
||||
Bundle bundle = new Bundle();
|
||||
getPresenter();
|
||||
// getPresenter(); // Workaround a crash related to saving instance state with child routers
|
||||
if (presenter != null) {
|
||||
presenter.save(bundle);
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket