Fixed
Status Update
Comments
ev...@willowtreeapps.com <ev...@willowtreeapps.com> #2
Information redacted by Android Beta Feedback.
No update yet.
Information redacted by Android Beta Feedback.
Description
Version used: 1.0.0-alpha05
Relevant code in NavController:
public Bundle saveState() {
...
Bundle savedState = entry.getValue().onSaveState();
if (savedState != null) {
navigatorNames.add(name);
navigatorState.putBundle(name, entry.getValue().onSaveState());
}
...
}