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

Commit 8e578cfe authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

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

* commit 'c3cb63b6':
  Fix possible FragmentManager NPE in Dialer
parents a5b38196 c3cb63b6
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();
    }