Fix reference error, move file limit sizes to donottranslate.xml

This commit is contained in:
Paul Akhamiogu 2021-09-09 21:48:50 +01:00
parent b52aeda83b
commit 13f5b9b582
23 changed files with 11 additions and 133 deletions

View file

@ -120,7 +120,7 @@ class ThreadActivity : SimpleActivity() {
override fun onPause() {
super.onPause()
if (thread_type_message.value != "" && attachmentUris.isEmpty()) {
if (thread_type_message.value != "" && attachmentSelections.isEmpty()) {
saveSmsDraft(thread_type_message.value, threadId)
} else {
deleteSmsDraft(threadId)