Merge "Revert "Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog""

This commit is contained in:
Fabrice Di Meglio
2014-02-19 01:14:45 +00:00
committed by Android (Google) Code Review

View File

@@ -972,7 +972,7 @@ final class FragmentManagerImpl extends FragmentManager {
if (fragment.mAnimatingAway != null) {
fragment.mAnimatingAway = null;
moveToState(fragment, fragment.mStateAfterAnimating,
0, 0, true);
0, 0, false);
}
}
});