android / codelab-android-dagger

Apache License 2.0
181 stars 157 forks source link

Instruction to remove the mainactivity injection is missing. #68

Open pragyayadav-bucket opened 2 years ago

pragyayadav-bucket commented 2 years ago

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