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

Issue in getInsertedMentions() method #20

Open
kashifo opened this issue Nov 28, 2018 · 0 comments
Open

Issue in getInsertedMentions() method #20

kashifo opened this issue Nov 28, 2018 · 0 comments

Comments

@kashifo
Copy link

kashifo commented Nov 28, 2018

Hi, While using your library i encountered a flaw in this scenario

When user scrolls backwards and adds new mention in between of text, on send button when we get inserted mentions to process, you are giving mentions in the order of their insertions (the mention added in between later is coming at last) - that's not right for post-processing, you should give list of mentions in the order of their appearance in the edittext.

Why post-processing is important: because in it programmers may process insertions like for example constructing them in HTML format.

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

No branches or pull requests

1 participant