|
@@ -28,7 +28,7 @@ public class NucleusConductorDelegate<P extends Presenter> {
|
|
|
|
|
|
Bundle onSaveInstanceState() {
|
|
Bundle onSaveInstanceState() {
|
|
Bundle bundle = new Bundle();
|
|
Bundle bundle = new Bundle();
|
|
- getPresenter();
|
|
|
|
|
|
+// getPresenter(); // Workaround a crash related to saving instance state with child routers
|
|
if (presenter != null) {
|
|
if (presenter != null) {
|
|
presenter.save(bundle);
|
|
presenter.save(bundle);
|
|
}
|
|
}
|