You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes spaces and newlines may disappear in the middle of long incoming SMS (more than 70 Unicode chars).
It's because .trim() call in the IncomingSmsHandler.kt file (smsMessage.messageBody.trim()).
Could you remove this call? If that's impossible due to backward compatibility, please, create some workaround.
(BTW, trailing newlines are also meaningful in automation applications, e.g. controlling remote sensors via SMS).
The text was updated successfully, but these errors were encountered:
Telephony 0.2.0
Sometimes spaces and newlines may disappear in the middle of long incoming SMS (more than 70 Unicode chars).
It's because .trim() call in the IncomingSmsHandler.kt file (smsMessage.messageBody.trim()).
Could you remove this call? If that's impossible due to backward compatibility, please, create some workaround.
(BTW, trailing newlines are also meaningful in automation applications, e.g. controlling remote sensors via SMS).
The text was updated successfully, but these errors were encountered: