waylonbrown
09/11/2017, 10:33 PMclass MyClass(context : Context) {
var context = context.applicationContext
then whenever I use context
and command click on it, the IDE takes me to the one referenced in the constructor instead of the field. Is that incorrect and the constructor's context reference isn't held onto?karelpeeters
09/11/2017, 10:37 PMwaylonbrown
09/11/2017, 10:56 PM