enable delivery reports at sending messages

This commit is contained in:
tibbi 2021-01-01 11:15:27 +01:00
parent 9480dcbad9
commit 555399c31f
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:5.32.16' implementation 'com.simplemobiletools:commons:5.32.19'
implementation 'org.greenrobot:eventbus:3.2.0' implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.klinkerapps:android-smsmms:5.2.6'
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'

View File

@ -609,6 +609,7 @@ class ThreadActivity : SimpleActivity() {
val settings = Settings() val settings = Settings()
settings.useSystemSending = true settings.useSystemSending = true
settings.deliveryReports = true
val SIMId = availableSIMCards.getOrNull(currentSIMCardIndex)?.subscriptionId val SIMId = availableSIMCards.getOrNull(currentSIMCardIndex)?.subscriptionId
if (SIMId != null) { if (SIMId != null) {