Restore country code removal
See https://github.com/FossifyOrg/Messages/issues/294
This commit is contained in:
parent
ddc0e8aa3c
commit
a57bd2e6a9
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class NewConversationActivity : SimpleActivity() {
|
|||
if (result != null) {
|
||||
val (body, recipients) = result
|
||||
launchThreadActivity(
|
||||
phoneNumber = URLDecoder.decode(recipients),
|
||||
phoneNumber = URLDecoder.decode(recipients.replace("+", "%2b").trim()),
|
||||
name = "",
|
||||
body = body
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue