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

Commit 1b39e221 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix NPE pointed out by Chet.

Change-Id: Id421476aa6f6ff281054b435ecd09f932966305c
parent d173fa3b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -827,8 +827,9 @@ final class FragmentManagerImpl extends FragmentManager {
                                // animation right now -- it is not needed,
                                // and we can't wait any more on destroying
                                // the fragment.
                                Animator anim = f.mAnimatingAway;
                                f.mAnimatingAway = null;
                                f.mAnimatingAway.cancel();
                                anim.cancel();
                            }
                        }
                        if (f.mAnimatingAway != null) {