fix pwa toolbar issue
This commit is contained in:
-3
@@ -387,9 +387,6 @@ class ExternalAppBrowserFragment : BaseBrowserFragment(), UserInteractionHandler
|
|||||||
scope = viewLifecycleOwner.lifecycleScope,
|
scope = viewLifecycleOwner.lifecycleScope,
|
||||||
) { toolbarVisible ->
|
) { toolbarVisible ->
|
||||||
Logger.debug("Custom tab toolbar visibility: $toolbarVisible")
|
Logger.debug("Custom tab toolbar visibility: $toolbarVisible")
|
||||||
if (toolbarVisible) {
|
|
||||||
setupCustomTabToolbar(sessionId)
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
owner = this,
|
owner = this,
|
||||||
view = view,
|
view = view,
|
||||||
|
|||||||
Reference in New Issue
Block a user