Skip to content

Fixing fragment instance restore

Ernir Erlingsson requested to merge nav-drawer-instance-restore-fix into master

Alas, it turns out that my neat way of integrating the Fragments into the dependency graph was not without problems. Me and @grote discovered that this presented us with a lot of problems on orientation changes as the Activity is re-created, and therefore parts of the dependency graph. The simplest solution was simply to abandon the idea, i.e. with this branch Fragments are no longer part of the dependency graph.

Merge request reports