commit | ee1f87d1e515b85f0a22b38dfbe34390e077a14e | [log] [tgz] |
---|---|---|
author | Omkar Kolangade <omkark@codeaurora.org> | Sat Sep 27 12:20:06 2014 +0530 |
committer | Etan Cohen <etancohen@google.com> | Fri Oct 10 16:29:22 2014 +0000 |
tree | ed5150563fcfd5628a33fdee1d72dbe3ffedab93 | |
parent | c717bf3e9e97638fdc2481b8405f10012750de5f [diff] [blame] |
Error Dialog Dismissal for Call Waiting Dismiss only the error dialog when there is an exception for setting Call Waiting option. Change-Id: I284e11184f623f22f16e6205194da5949fe5fd81
diff --git a/src/com/android/phone/TimeConsumingPreferenceActivity.java b/src/com/android/phone/TimeConsumingPreferenceActivity.java index 19c4dda..bab9469 100644 --- a/src/com/android/phone/TimeConsumingPreferenceActivity.java +++ b/src/com/android/phone/TimeConsumingPreferenceActivity.java
@@ -101,7 +101,7 @@ default: msgId = R.string.exception_error; // The error is not recoverable on dialog exit. - builder.setPositiveButton(R.string.close_dialog, mDismissAndFinish); + builder.setPositiveButton(R.string.close_dialog, mDismiss); break; }