Purge cache

When persisting a PDU, make sure we purge any old instances of the
PDU from the cache.
This commit is contained in:
Tom Taylor
2009-08-21 13:09:55 -07:00
parent 3be63c0930
commit 4ddacd014b

View File

@@ -1021,6 +1021,7 @@ public class PduPersister {
+ "content://mms/drafts, content://mms/outbox, "
+ "content://mms/temp.");
}
PDU_CACHE_INSTANCE.purge(uri);
PduHeaders header = pdu.getPduHeaders();
PduBody body = null;