Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge change I2e5b602b into eclair
Browse files Browse the repository at this point in the history
* changes:
  be sure to set mIsStale to false (bug 2299730)
  • Loading branch information
Android (Google) Code Review committed Dec 3, 2009
2 parents b4436dd + e1b0c08 commit c407b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/android/mms/data/Contact.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ private static void updateContact(final Contact c) {
if (V) Log.d(TAG, "updating " + l);
l.onUpdate(c);
}
} else {
c.mIsStale = false;
}
}
}
Expand Down

0 comments on commit c407b5e

Please sign in to comment.