Closes #8654: Fix breakage from customTabId rename (#8656)

fennec/beta
Roger Yang 4 years ago committed by GitHub
parent 26d1bd70d8
commit 60d38057bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -244,7 +244,7 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Session
candidates = getContextMenuCandidates(context, view),
engineView = view.engineView,
useCases = context.components.useCases.contextMenuUseCases,
customTabId = customTabSessionId
tabId = customTabSessionId
),
owner = this,
view = view
@ -255,7 +255,7 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Session
store = store,
useCases = context.components.useCases.downloadUseCases,
fragmentManager = childFragmentManager,
customTabId = customTabSessionId,
tabId = customTabSessionId,
downloadManager = FetchDownloadManager(
context.applicationContext,
DownloadService::class

Loading…
Cancel
Save