mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-15 04:30:36 +01:00
a76f5e600e
It's possible that pending writes to the key value store (from using .apply()) may not be finished by the time we take the DB snapshot, resulting in us seeing stale data in the snapshot. Now we block on writes finishing.