mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix compilation error in contacts test app.
This commit is contained in:
@@ -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 = { "" }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user