Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-18 19:19:58 +00:00
parent e878dcd7c3
commit 299b55b540
6 changed files with 36 additions and 21 deletions

View file

@ -14,6 +14,7 @@ import com.tangem.wallet.R
class CustomTabsManager {
fun openUrl(url: String, context: Context) {
if (url.isEmpty()) return
val customTabsIntent = CustomTabsIntent.Builder()
.setDefaultColorSchemeParams(
CustomTabColorSchemeParams.Builder()