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

Commit 190fa7d0 authored by Jay Shrauner's avatar Jay Shrauner Committed by Android (Google) Code Review
Browse files

Merge "Always call through to super.onBackPressed in DialtactsActivity" into klp-dev

parents bfa9deed 6c1518db
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -908,12 +908,6 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O
        } else if (getInSearchUi()) {
            mSearchView.setText(null);
            mDialpadFragment.clearDialpad();
        } else if (isTaskRoot()) {
            // Instead of stopping, simply push this to the back of the stack.
            // This is only done when running at the top of the stack;
            // otherwise, we have been launched by someone else so need to
            // allow the user to go back to the caller.
            moveTaskToBack(false);
        } else {
            super.onBackPressed();
        }