mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-29 07:16:08 +00:00
If SQLite clearAll fails mid-panic, in-memory state was already cleared but a process restart could reload encrypted history from disk (#699). Fall back to deleting the database files before reporting failure.