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

Coffee image in not showing in tab of cofee #3

Closed
vipinkesari opened this issue Jun 27, 2016 · 8 comments
Closed

Coffee image in not showing in tab of cofee #3

vipinkesari opened this issue Jun 27, 2016 · 8 comments
Assignees
Labels

Comments

@vipinkesari
Copy link

vipinkesari commented Jun 27, 2016

Instead of showing coffee image, it is showing the unicode. unicode is displayed in coffee section , before the mile bottle.

@hani-momanii
Copy link
Owner

Will fixed in the next update

@rahulr4
Copy link

rahulr4 commented Aug 16, 2016

The fix for this is :-
In Food.Java , do this :-

Emojicon.fromChar((char) 0x2615), // Add this line
/Emojicon.fromCodePoint(0x2615),/ // Comment this line

@hani-momanii hani-momanii self-assigned this Aug 16, 2016
@afaideen
Copy link

Would you please update the dependency here so that user can just pull
compile 'hani.momanii.supernova_emoji_library:supernova-emoji-library:0.0.2'

@afaideen
Copy link

afaideen commented Apr 3, 2017

Hello sir i think your dependency still not updated. Would you please?

@rahulr4
Copy link

rahulr4 commented Apr 3, 2017

This is not my source code and i cannot update the jcenter dependency version.
However, to fix it, you just need to modify one line of code : -
Open Food.Java
Find this line of code Emojicon.fromCodePoint(0x2615)
It must be on line number 70
Change it to Emojicon.fromChar((char) 0x2615)
There , you are good to go now.

@rahulr4
Copy link

rahulr4 commented Apr 3, 2017

Also, request the repository owner to update library with new emoji's as we have new emoji's in ios

@hani-momanii
Copy link
Owner

You can find the fix in V 1.1

repositories {
    maven { url 'https://jitpack.io' }
}
compile 'com.github.hani-momanii:SuperNova-Emoji:1.1'

@afaideen
Copy link

afaideen commented Apr 6, 2017

thx hani momani. it now resolve my problem.

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

No branches or pull requests

4 participants