Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Workaround a crash related to saving instance state and child controllers

Cette révision appartient à :
inorichi 2018-04-25 16:26:46 +02:00
Parent 00981cf4e8
révision 5c31271e91

Voir le fichier

@ -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);
}