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

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

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

Merge "Revert "Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog""
parents ae586241 494440be
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, true);
                                                    0, 0, false);
                                        }
                                    }
                                });