android / codelab-android-dagger

Apache License 2.0
183 stars 157 forks source link

Problem at tab Multiple Activities With Same Scope #12

Closed TheMaxCoder closed 4 years ago

TheMaxCoder commented 4 years ago

First of all, I would like to thank you for the great codelab, beautiful explanation. Even as an experienced user of dagger I learned a lot from it 👏👌

There is this extra line, which I think should not be there at the bottom of the tab Multiple Activities With Same Scope

as we are in the MainActivity, setContentView() is setting a view of activity_settings

I am attaching a screenshot for reference.

image

Thank you!

manuelvicnt commented 4 years ago

Thank you! This should be fixed now :)

JakeSteam commented 4 years ago

Nope, still there!