commit | 3f7cfb8a00d3f40bca8a5c52f71dd39c96952da3 | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Tue Aug 12 17:53:02 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Aug 12 17:53:02 2014 +0000 |
tree | 3ddb11ff880bf4aa9f5c186e05724eb814cfd2d5 | |
parent | 9265942e206952eda2e234de599e6ba937d418b8 [diff] | |
parent | fa238949855fba3b28a57fad3d585b13e80362bb [diff] |
am fa238949: Add comment about ignoring large data ids * commit 'fa238949855fba3b28a57fad3d585b13e80362bb': Add comment about ignoring large data ids
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java index 8b4e124..172eb0d 100644 --- a/src/com/android/contacts/quickcontact/QuickContactActivity.java +++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -1310,6 +1310,7 @@ return null; } + // Ignore dataIds from the Me profile. final int dataId = dataItem.getId() > Integer.MAX_VALUE ? -1 : (int) dataItem.getId();