Purge cache
When persisting a PDU, make sure we purge any old instances of the PDU from the cache.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user