mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 09:07:01 +05:30
build: update all dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
bab3a53a53
commit
a2eb97e504
4 changed files with 34 additions and 34 deletions
|
@ -9,7 +9,7 @@ import saschpe.android.customtabs.WebViewFallback
|
|||
class UrlLauncherImpl(private val context: Context) : UrlLauncher {
|
||||
override fun launch(url: String) {
|
||||
val customTabsIntent = CustomTabsIntent.Builder()
|
||||
.addDefaultShareMenuItem()
|
||||
.setShareState(CustomTabsIntent.SHARE_STATE_ON)
|
||||
.setShowTitle(true)
|
||||
.build()
|
||||
CustomTabsHelper.addKeepAliveExtra(context, customTabsIntent.intent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue