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 @@ -988,6 +988,7 @@ fun Context.getFileSizeFromUri(uri: Uri): Long {
988988
989989// fix a glitch at enabling Release version minifying from 5.12.3
990990// reset messages in 5.14.3 again, as PhoneNumber is no longer minified
991+ // reset messages in 5.19.1 again, as SimpleContact is no longer minified
991992fun Context.clearAllMessagesIfNeeded () {
992993 if (! config.wasDbCleared) {
993994 ensureBackgroundThread {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const val XML_MIME_TYPE = "text/xml"
3434const val TXT_MIME_TYPE = " text/plain"
3535const val IMPORT_SMS = " import_sms"
3636const val IMPORT_MMS = " import_mms"
37- const val WAS_DB_CLEARED = " was_db_cleared_2 "
37+ const val WAS_DB_CLEARED = " was_db_cleared_3 "
3838const val EXTRA_VCARD_URI = " vcard"
3939const val SCHEDULED_MESSAGE_ID = " scheduled_message_id"
4040const val SOFT_KEYBOARD_HEIGHT = " soft_keyboard_height"
You can’t perform that action at this time.
0 commit comments