Home
last modified time | relevance | path

Searched refs:isHttpsHost (Results 1 – 1 of 1) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DExponentUrls.kt18 private fun isHttpsHost(host: String?): Boolean { in <lambda>() method
27 val useHttps = isHttpsHost(uri.host) || rawUrl.startsWith("exps") in <lambda>()