-
Notifications
You must be signed in to change notification settings - Fork 578
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
Don't call Class.getResourceAsStream in firebase-iid #1601
Labels
Comments
I found a few problems with this issue:
|
@ashwinraghav @welishr did this get fixed? :) |
Oops I merged the change. But GitHub did its thing. I expect this to be rolled out on June 18 as firebase-messaging":20.2.1. |
Fixed in today's release. Thanks for reporting! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Class.getResourceAsStream
is very slow on Android, should instead load from Android Resource Manager.Also, Android API 23 has a race condition with
Class.getResourceAsStream
that causes aConcurrentModificationException
The text was updated successfully, but these errors were encountered: