mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix typo in method name.
This commit is contained in:
committed by
Greyson Parrelli
parent
510ff51198
commit
5363208e4e
@@ -41,7 +41,7 @@ class SignalCallLinkManager(
|
||||
.genericServerPublicParams
|
||||
)
|
||||
|
||||
private fun requestCreateCallLinkCredentailPresentation(
|
||||
private fun requestCreateCallLinkCredentialPresentation(
|
||||
linkRootKey: ByteArray,
|
||||
roomId: ByteArray
|
||||
): CreateCallLinkCredentialPresentation {
|
||||
@@ -95,7 +95,7 @@ class SignalCallLinkManager(
|
||||
|
||||
Log.d(TAG, "Generating credential.")
|
||||
val credentialPresentation = try {
|
||||
requestCreateCallLinkCredentailPresentation(
|
||||
requestCreateCallLinkCredentialPresentation(
|
||||
rootKey.keyBytes,
|
||||
roomId
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user