Reset database on app update (again)
This commit is contained in:
parent
e255d7284b
commit
a87f33f88f
|
@ -988,6 +988,7 @@ fun Context.getFileSizeFromUri(uri: Uri): Long {
|
|||
|
||||
// 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
|
||||
// reset messages in 5.19.1 again, as SimpleContact is no longer minified
|
||||
fun Context.clearAllMessagesIfNeeded() {
|
||||
if (!config.wasDbCleared) {
|
||||
ensureBackgroundThread {
|
||||
|
|
|
@ -34,7 +34,7 @@ const val XML_MIME_TYPE = "text/xml"
|
|||
const val TXT_MIME_TYPE = "text/plain"
|
||||
const val IMPORT_SMS = "import_sms"
|
||||
const val IMPORT_MMS = "import_mms"
|
||||
const val WAS_DB_CLEARED = "was_db_cleared_2"
|
||||
const val WAS_DB_CLEARED = "was_db_cleared_3"
|
||||
const val EXTRA_VCARD_URI = "vcard"
|
||||
const val SCHEDULED_MESSAGE_ID = "scheduled_message_id"
|
||||
const val SOFT_KEYBOARD_HEIGHT = "soft_keyboard_height"
|
||||
|
|
Loading…
Reference in New Issue