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

Commit e2040782 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25615 into eclair

* changes:
  Fix an NPE in when returning to ViewContactActivity from EditContactActivity.
parents c75b39e0 7759fb35
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -682,7 +682,6 @@ public class ViewContactActivity extends Activity
                            RAW_CONTACT_ID_EXTRA, ALL_CONTACTS_ID);
                    if (newInitialSelectedRawContactId != mSelectedRawContactId) {
                        mSelectedRawContactId = newInitialSelectedRawContactId;
                        selectInitialTab();
                    }
                }
            }