Files
Android/app/src/main/java/org/thoughtcrime/securesms
Greyson Parrelli 32ac6e3429 Ensure blobs from old sessions are deleted before creating new ones.
There was a race condition where if you created a blob super-early in
the application lifecycle, you could create it *before* we deleted the
blobs from the previous session, leading you to lose the blob you just
created immediately.

In an effort to protect our cold start time, I just made a little
initialization flow where read/write calls to BlobProvider will block
until it's deleted blobs from the old session.
2021-02-24 16:04:58 -05:00
..
2020-12-18 10:41:14 -04:00
2021-02-11 13:53:48 -05:00
2021-01-22 23:36:42 -05:00
2021-01-06 17:03:21 -04:00