Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabharora90 authored Aug 18, 2018
1 parent d2a8836 commit f1cb876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Now in your Activity/Fragment from where you want to launch the Chrome Custom Ta
val customTabsIntent = CustomTabsIntent.Builder(customTabActivityHelper.session)
.build()
CustomTabActivityHelper.openCustomTab(activity = this, customTabsIntent = customTabsIntent, uri = uri)
customTabsIntent.launchWithFallback(activity = this, uri = uri)
See the demo app for more details.

0 comments on commit f1cb876

Please sign in to comment.