Skip to content

Conversation

@davidtruong
Copy link
Contributor

No description provided.

@davidtruong davidtruong changed the title <In-Progress> Working version of android notifications with images. Working version of android notifications with images. Jul 24, 2017
@davidtruong davidtruong changed the title Working version of android notifications with images. Android notifications with images. Jul 24, 2017
if (picassoClass != null) {
Picasso.with(mContext).load(imageUrl).into(bigContentView, bigIconId, requestCode, notification);
}
} catch (ClassNotFoundException e) {
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

@dontgitit dontgitit left a 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

Copy link

@bryanmau1 bryanmau1 left a 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

@davidtruong davidtruong merged commit cc99490 into master Jul 28, 2017
@davidtruong davidtruong deleted the feature/ITBL-2245-android-image-push-notifications branch April 11, 2018 20:43
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.

4 participants