build: update all dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-02 04:40:59 +05:30
parent bab3a53a53
commit a2eb97e504
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 34 additions and 34 deletions

View file

@ -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)