Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Need to call the inject method from RegistrationActivity#onCreate #51

Open
dgoldhirsch opened this issue May 28, 2021 · 0 comments
Open

Comments

@dgoldhirsch
Copy link

Step @component describes the need for an #inject method to be used by the RegistrationActivity, but omits to call that method from the #onCreate method of that activity. The student should be told to add

(application as MyApplication).appComponent.inject(this)

before anything else happens, in #onCreate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant