mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix(common): use system theme in Custom Tabs
This commit is contained in:
parent
9f7a3aca14
commit
d402d55718
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class UrlLauncher(private val context: Context) : UriHandler {
|
|||
CustomTabsIntent.Builder()
|
||||
.setShareState(CustomTabsIntent.SHARE_STATE_ON)
|
||||
.setShowTitle(true)
|
||||
.setColorScheme(CustomTabsIntent.COLOR_SCHEME_DARK)
|
||||
.setColorScheme(CustomTabsIntent.COLOR_SCHEME_SYSTEM)
|
||||
.build()
|
||||
try {
|
||||
customTabsIntent.launchUrl(context, Uri.parse(uri))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue