Fix reference error, move file limit sizes to donottranslate.xml
This commit is contained in:
parent
b52aeda83b
commit
13f5b9b582
23 changed files with 11 additions and 133 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue