File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/src/main/kotlin/com/simplemobiletools/smsmessenger Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ class MainActivity : SimpleActivity() {
8484 }
8585
8686 // fix a glitch at enabling Release version minifying from 5.12.3
87+ // reset messages in 5.14.3 again, as PhoneNumber is no longer minified
8788 if (! config.wasDbCleared) {
8889 ensureBackgroundThread {
8990 messagesDB.deleteAll()
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const val EXPORT_MIME_TYPE = "application/json"
2727const val EXPORT_FILE_EXT = " .json"
2828const val IMPORT_SMS = " import_sms"
2929const val IMPORT_MMS = " import_mms"
30- const val WAS_DB_CLEARED = " was_db_cleared "
30+ const val WAS_DB_CLEARED = " was_db_cleared_2 "
3131
3232private const val PATH = " com.simplemobiletools.smsmessenger.action."
3333const val MARK_AS_READ = PATH + " mark_as_read"
You can’t perform that action at this time.
0 commit comments