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

Commit 62ee2244 authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix possible FragmentManager NPE in Dialer

Bug: 11595442
Change-Id: I7859f61bf8b5eb6b6e14d5f18cf689613124ce6c
parent 7d661343
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();
    }