For #2074: Displays title only in custom tabs (#2075)

nightly-build-test
Sawyer Blatz 5 years ago committed by GitHub
parent 8928822e99
commit 66d76d3123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -279,6 +279,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope,
val actionEmitter = ActionBusFactory.get(this).getManagedEmitter(SearchAction::class.java)
if (getSessionById()?.isCustomTabSession() == true) {
externalSessionId?.let {
customTabsIntegration.set(
feature = CustomTabsIntegration(
@ -292,6 +293,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope,
owner = this,
view = view)
}
}
toolbarComponent.getView().setOnSiteSecurityClickedListener {
showQuickSettingsDialog()

Loading…
Cancel
Save