Giphy / giphy-android-sdk

Home of the GIPHY SDK Android example app, along with Android SDK documentation, issue tracking, & release notes.
https://developers.giphy.com/
Mozilla Public License 2.0
94 stars 37 forks source link

onGifSelected Media return wrong media type #81

Closed binodav closed 4 years ago

binodav commented 4 years ago

onGifSelected Media object always return "gif" type even I selected "emoji" or "stickers". Object GPHContentType return correct type but if I selected from recents tab its name will return as "recents" which is not correct.

ALexanderLonsky commented 4 years ago

@binodav thanks for flagging that. Yes, it's a known backend issue. GPHContentType is a different thing, you shouldn't use it as a media type. I'll let you know when it's fixed.

ALexanderLonsky commented 4 years ago

@binodav please try v 1.3.3

binodav commented 4 years ago

@ALexanderLonsky Thank you, I have tried it. It's working now. I hope you can fix for iOS version as well.