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

Commit e5e246ce authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Add target sdk check for behavior change." into oc-dev

parents 4c1209e0 d1cfbc50
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1353,9 +1353,11 @@ final class FragmentManagerImpl extends FragmentManager implements LayoutInflate
                        f.performDestroyView();
                        dispatchOnFragmentViewDestroyed(f, false);
                        if (f.mView != null && f.mContainer != null) {
                            if (getTargetSdk() >= Build.VERSION_CODES.O) {
                                // Stop any current animations:
                                f.mView.clearAnimation();
                                f.mContainer.endViewTransition(f.mView);
                            }
                            Animator anim = null;
                            if (mCurState > Fragment.INITIALIZING && !mDestroyed
                                    && f.mView.getVisibility() == View.VISIBLE