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

Making class TokenImageSpan public #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 11, 2017

  1. Making class TokenImageSpan public

    - Made class TokenImageSpan public so that it can be accessed from outside.
    - We need this class public so that we can call getSpans() on the EditText.
    - Right now, this class is accessible, but crashes at runtime on devices
      with API less than lollipop and which have multidex enabled.
    sagar-waghmare-rsl committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    165063f View commit details
    Browse the repository at this point in the history