codelab-android-dagger icon indicating copy to clipboard operation
codelab-android-dagger copied to clipboard

Instruction to remove the mainactivity injection is missing.

Open pragyayadav-bucket opened this issue 3 years ago • 1 comments

In section #8 we are injecting MainActivity in AppComponent as following (application as MyApplication).appComponent.inject(this) which has to be removed in section #13 when updating main activity. This piece of instruction is missing from the code lab. Reference : https://developer.android.com/codelabs/android-dagger#12

pragyayadav-bucket avatar May 05 '22 14:05 pragyayadav-bucket