Closed TheMaxCoder closed 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
Multiple Activities With Same Scope
as we are in the MainActivity, setContentView() is setting a view of activity_settings
MainActivity
setContentView()
activity_settings
I am attaching a screenshot for reference.
Thank you!
Thank you! This should be fixed now :)
Nope, still there!
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 ofactivity_settings
I am attaching a screenshot for reference.
Thank you!