This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
App is crashing in LocalizationApplication getApplicationContext() #95
Comments
Where did you put the |
|
@ashutoshgohil Is there any more |
@ashutoshgohil 1.2.8 in coming, please check it out. it might solve this problem (Refer to #97). |
@ashutoshgohil It's my fault. I forget to put the For the application delegation you need to add // LocalizationApplication.kt
override fun getResources(): Resources {
return localizationDelegate.getResources(this)
} |
akexorcist
added a commit
that referenced
this issue
Apr 12, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi found below issue in some devices, can you please help me to get it resolve. I have mentioned error below
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Context android.content.Context.getApplicationContext()' on a null object reference
at android.content.ContextWrapper.getApplicationContext(ContextWrapper.java:118)
at com.LocalizationApplication.getApplicationContext(LocalizationApplication.java:23)
The text was updated successfully, but these errors were encountered: