Fix SGNL schema link for call links.

This commit is contained in:
Alex Hart
2023-10-10 16:56:35 -03:00
committed by Cody Henthorne
parent 1601fa5608
commit 046ce30e08

View File

@@ -23,7 +23,7 @@ import java.net.URLDecoder
object CallLinks {
private const val ROOT_KEY = "key"
private const val HTTPS_LINK_PREFIX = "https://signal.link/call/#key="
private const val SNGL_LINK_PREFIX = "sgnl://signal.link/#key="
private const val SNGL_LINK_PREFIX = "sgnl://signal.link/call/#key="
private val TAG = Log.tag(CallLinks::class.java)