delete all messages to reset the db

This commit is contained in:
tibbi 2022-06-26 12:59:44 +02:00
parent f45e5ddf7f
commit 0031c7bb1d
2 changed files with 2 additions and 1 deletions

View file

@ -84,6 +84,7 @@ class MainActivity : SimpleActivity() {
}
// fix a glitch at enabling Release version minifying from 5.12.3
// reset messages in 5.14.3 again, as PhoneNumber is no longer minified
if (!config.wasDbCleared) {
ensureBackgroundThread {
messagesDB.deleteAll()