Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Fix build error in BrowserFragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Mar 25, 2019
1 parent 684c87d commit 4a35631
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ class BrowserFragment : Fragment(), BackHandler {
.addSearchProvider(
components.searchEngineManager.getDefaultSearchEngine(requireContext()),
components.searchUseCases.defaultSearch,
HttpURLConnectionClient(),
SearchSuggestionProvider.Mode.MULTIPLE_SUGGESTIONS)
fetchClient = HttpURLConnectionClient(),
mode = SearchSuggestionProvider.Mode.MULTIPLE_SUGGESTIONS)
.addClipboardProvider(requireContext(), components.sessionUseCases.loadUrl)

downloadsFeature.set(
Expand Down

0 comments on commit 4a35631

Please sign in to comment.