我正在使用 dagger,并且必须更新 中的语言环境attachBaseContext,activity我将语言环境更新逻辑保留在 LocaleManager 中,并且 LocaleManager 实例已经在 appModule 中,当我尝试在 AttachBaseContext 中使用此 LocaleManager 实例时,我得到空指针异常作为活动的注射发生在attachBaseContext内部 之后onCreate()。
attachBaseContext
activity
onCreate()
android dagger android-7.0-nougat
android ×1
android-7.0-nougat ×1
dagger ×1