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

Commit c3cb63b6 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix possible FragmentManager NPE in Dialer" into klp-dev

parents d20f843e 62ee2244
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -852,7 +852,6 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O
        }
        // Go all the way back to the favorites fragment, regardless of how many times we
        // transitioned between search fragments
        final BackStackEntry entry = getFragmentManager().getBackStackEntryAt(0);
        getFragmentManager().popBackStack(0, FragmentManager.POP_BACK_STACK_INCLUSIVE);
        setNotInSearchUi();
    }