commit | 7759fb353ebe7fb507e6bcf0423a14623e7c0459 | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Thu Sep 17 15:44:04 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Thu Sep 17 15:44:04 2009 -0700 |
tree | 046f89139cb7379535128d5764739072c9a7147d | |
parent | c7ab59e212ce4b7d2b23143ebbdce2c0aedd1187 [diff] |
Fix an NPE in when returning to ViewContactActivity from EditContactActivity. Fixes bug 2127843 Change-Id: I6e9ac54d7b726258e90c04be156d293c4bd1b9d8
diff --git a/src/com/android/contacts/ViewContactActivity.java b/src/com/android/contacts/ViewContactActivity.java index 1e51cb9..e150723 100644 --- a/src/com/android/contacts/ViewContactActivity.java +++ b/src/com/android/contacts/ViewContactActivity.java
@@ -682,7 +682,6 @@ RAW_CONTACT_ID_EXTRA, ALL_CONTACTS_ID); if (newInitialSelectedRawContactId != mSelectedRawContactId) { mSelectedRawContactId = newInitialSelectedRawContactId; - selectInitialTab(); } } }