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

Commit 4e76728d authored by George Mount's avatar George Mount Committed by android-build-merger
Browse files

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

am: e5e246ce

Change-Id: Ia06fe694f2afe55cd9560c2d6ae9112a6735cf93
parents 2bdff7d6 e5e246ce
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