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

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