You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
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