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

Commit 460418eb authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #5054723: java.lang.NullPointerException at..."

parents 35f08373 c693823f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1695,6 +1695,7 @@ final class FragmentManagerImpl extends FragmentManager {
    
    public void dispatchDestroy() {
        mDestroyed = true;
        execPendingActions();
        moveToState(Fragment.INITIALIZING, false);
        mActivity = null;
    }