summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/DialtactsActivity.java
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-12-05 22:57:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-12-05 22:57:28 +0000
commitd8194d284ec4942122589179229802098a3d7d72 (patch)
tree32b606888cd0868f0124c727068dff73b238f808 /src/com/android/dialer/DialtactsActivity.java
parentd9091e63c7138dc5519ef1728ed2484446bf18c6 (diff)
parentedf798aaf0eec1e94e1dc889f929a68c9c89922f (diff)
Merge "Always call through to super.onBackPressed in DialtactsActivity"
Diffstat (limited to 'src/com/android/dialer/DialtactsActivity.java')
-rw-r--r--src/com/android/dialer/DialtactsActivity.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/dialer/DialtactsActivity.java b/src/com/android/dialer/DialtactsActivity.java
index 04934c776..1ab46013a 100644
--- a/src/com/android/dialer/DialtactsActivity.java
+++ b/src/com/android/dialer/DialtactsActivity.java
@@ -887,12 +887,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();
}