commit | 7701dd2f35ad313b65e94be7dd6716df80b00138 | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Thu Jan 22 17:46:46 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 22 17:46:47 2015 +0000 |
tree | 5f2e7b629e657a43ade150c31e16441118d41d1a | |
parent | f48efd72289c1725f00550f09167f5cfc05e9bfd [diff] | |
parent | 95c2b2dd4297657d809a31f31afd6263067a5b34 [diff] |
Merge "Don't call finish after cancelling Add Account"
diff --git a/src/com/android/contacts/util/AccountPromptUtils.java b/src/com/android/contacts/util/AccountPromptUtils.java index 979176b..172d274 100644 --- a/src/com/android/contacts/util/AccountPromptUtils.java +++ b/src/com/android/contacts/util/AccountPromptUtils.java
@@ -107,7 +107,6 @@ public void run(AccountManagerFuture<Bundle> future) { if (future.isCancelled()) { // The account creation process was canceled - activity.finish(); return; } try {