commit | 849ce43a750971de62e7bdd0e207146637c0b8cf | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Jul 21 15:13:34 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Tue Jul 21 15:17:25 2009 -0700 |
tree | d0f5bdef6a5068ffcbeb0bbdb5764521b3c668af | |
parent | c2a2a517be7faf7678d2bb1510ffaf52bd451794 [diff] |
Fixed groups NPE when creating or editing contact. Depending on the device state, mGroups may have not been populated. In this case, we ignore writing groups data. This may cause data loss of group membership, so the original bug has been repurposed to fix longer-term. This fixes http://b/viewIssue?id=1975661