-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug when getting string resource #80
Comments
I see you modified ISCLicense to include a onViewCreated method. This is likely a bug in your code, as all license objects as singletons and kept in a static map. You probably have a context leak somewhere and using a destroyed context. |
I didn't modify anything. Using library version 1.8.1. Maybe the specific user had something like Xposed on his phone that modified the code? |
Hmm, that whole stacktrace looks weird, those linenumbers and method names do not match with that version. Are you sure, that you used the correct mapping file? |
You're right, that might actually be the problem |
Seems to be a framework bug but anyway I wanted to let you know:
Bug was reported on a OnePlus ONEPLUS A3003 running Android 7.1.1.
The text was updated successfully, but these errors were encountered: