Fix compilation error in contacts test app.

This commit is contained in:
Alex Hart 2024-05-17 10:04:14 -03:00 committed by Clark Chen
parent cfb4377de3
commit b59932cd88

View file

@ -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 = { "" }
)
}
}