Giter Site home page Giter Site logo

Comments (8)

rahulr4 avatar rahulr4 commented on August 20, 2024 2

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

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

from supernova-emoji.

afaideen avatar afaideen commented on August 20, 2024 1

thx hani momani. it now resolve my problem.

from supernova-emoji.

hani-momanii avatar hani-momanii commented on August 20, 2024

Will fixed in the next update

from supernova-emoji.

afaideen avatar afaideen commented on August 20, 2024

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'

from supernova-emoji.

afaideen avatar afaideen commented on August 20, 2024

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

from supernova-emoji.

rahulr4 avatar rahulr4 commented on August 20, 2024

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.

from supernova-emoji.

rahulr4 avatar rahulr4 commented on August 20, 2024

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

from supernova-emoji.

hani-momanii avatar hani-momanii commented on August 20, 2024

You can find the fix in V 1.1

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

from supernova-emoji.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.