1
0
Fork 0

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

master
Roger Yang 2020-02-21 16:37:46 -05:00 committed by GitHub
parent 26d1bd70d8
commit 60d38057bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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