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

Commit 0580779d authored by Jay Shrauner's avatar Jay Shrauner Committed by Android Git Automerger
Browse files

am 190fa7d0: Merge "Always call through to super.onBackPressed in DialtactsActivity" into klp-dev

* commit '190fa7d0':
  Always call through to super.onBackPressed in DialtactsActivity
parents 22a21af9 190fa7d0
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();
        }