Skip to content

Commit

Permalink
Fix breadcrumb visibility not being restored after orientation changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Nov 19, 2018
1 parent 43cfcdb commit 8787eac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2940,6 +2940,7 @@ protected void onRestoreInstanceState(final Bundle savedInstanceState) {

if (selectedNavigationPreference != null) {
showBreadCrumb(selectedNavigationPreference, selectedPreferenceFragmentArguments);
adaptBreadCrumbVisibility(selectedPreferenceFragmentArguments);
showToolbarNavigationIcon();
}
}
Expand Down

0 comments on commit 8787eac

Please sign in to comment.