We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e60bf commit 22cf435Copy full SHA for 22cf435
p2pml/src/main/java/com/novage/p2pml/utils/Utils.kt
@@ -29,7 +29,7 @@ internal object Utils {
29
30
fun encodeUrlToBase64(url: String): String = url.encodeBase64().encodeURLParameter()
31
32
- fun decodeBase64Url(encodedString: String): String = encodedString.decodeBase64String().decodeURLQueryComponent()
+ fun decodeBase64Url(encodedString: String): String = encodedString.decodeURLQueryComponent().decodeBase64String()
33
34
fun getUrl(
35
port: Int,
0 commit comments