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

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

am ecd5f824: am 5fe94258: am c6f1b1f3: am 0580779d: am 190fa7d0: Merge "Always...

am ecd5f824: am 5fe94258: am c6f1b1f3: am 0580779d: am 190fa7d0: Merge "Always call through to super.onBackPressed in DialtactsActivity" into klp-dev

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