Fix compilation error in contacts test app.
This commit is contained in:
parent
cfb4377de3
commit
b59932cd88
1 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,9 @@ class MainActivity : AppCompatActivity() {
|
|||
e164Formatter = { PhoneNumberUtils.formatNumberToE164(it, "US") },
|
||||
messageMimetype = "vnd.android.cursor.item/vnd.org.signal.contacts.test.message",
|
||||
callMimetype = "vnd.android.cursor.item/vnd.org.signal.contacts.test.call",
|
||||
syncTag = "__TEST"
|
||||
syncTag = "__TEST",
|
||||
videoCallMimetype = "",
|
||||
videoCallPrompt = { "" }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue