Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Upgrade to android-components 0.6 #40

Merged
merged 1 commit into from
May 18, 2018

Conversation

csadilek
Copy link
Contributor

@csadilek csadilek commented May 17, 2018

This is just upgrading existing functionality to 0.6. I/We can bring in the menu separately.

@csadilek csadilek requested a review from pocmo May 17, 2018 20:50
val sessionMapping by lazy { SessionMapping() }
val sessionUseCases by lazy { SessionUseCases(sessionManager, engine, sessionMapping) }
val sessionProvider : SessionProvider by lazy {
SessionProvider(applicationContext, Session("https://www.mozilla.org"))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is 0.6, so we still need to provide the context. That will go away next week ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants