Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73f3a33b authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix bug #12993929 Screen orientation change replaces wifi password...

Merge "Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog"
parents 7d57765d 08189afd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -972,7 +972,7 @@ final class FragmentManagerImpl extends FragmentManager {
                                        if (fragment.mAnimatingAway != null) {
                                            fragment.mAnimatingAway = null;
                                            moveToState(fragment, fragment.mStateAfterAnimating,
                                                    0, 0, false);
                                                    0, 0, true);
                                        }
                                    }
                                });