-
Notifications
You must be signed in to change notification settings - Fork 33
Android notifications with images. #17
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 notifications with images. #17
Conversation
| if (picassoClass != null) { | ||
| Picasso.with(mContext).load(imageUrl).into(bigContentView, bigIconId, requestCode, notification); | ||
| } | ||
| } catch (ClassNotFoundException e) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it ok to ask people to rely on that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically this isn't needed since we embed that reference in our SDK export. However I thought it would be good to have it in there just in case that changes in the future.
dontgitit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like you have a merge conflict now, otherwise lftm
bryanmau1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LFTM. No glaring issues
No description provided.