Bug: Support translations for Cookie Acquisition error (#6917)

This commit is contained in:
David Perez
2026-05-13 15:05:53 -05:00
committed by GitHub
parent 8fe23ad275
commit e4f030d0e3
17 changed files with 94 additions and 31 deletions

View File

@@ -75,6 +75,8 @@ object PlatformNetworkModule {
override fun getPrivateKey(alias: String?): PrivateKey? = null
},
cookieProvider = object : CookieProvider {
override val errorMessageString: String get() = "Error"
override fun needsBootstrap(hostname: String): Boolean = false
override fun getCookies(hostname: String): List<NetworkCookie> = emptyList()