Skip to content
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

android: Do not attempt to fetch notification icon if 'imageUrl' is not set #1041

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ptsekov
Copy link

@ptsekov ptsekov commented Jun 20, 2022

When 'imageUrl' in notification configuration is not set the android platform code attempts to load the icon. The following error messages can be seen in the log output:

E/BitmapFactory( 9181): Unable to decode stream: java.io.FileNotFoundException: : open failed: ENOENT (No such file or directory)
I/WM-WorkerWrapper( 9181): Worker result FAILURE for Work [ id=cc135255-9dac-421c-a50c-7467d40166e9, tags={ , com.jhomlala.better_player.ImageWorker } ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant