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

When I hit send button it takes more then a 10 sec to appear from Textview to chat list #5

Open
BlueYeti1881 opened this issue Apr 14, 2018 · 2 comments

Comments

@BlueYeti1881
Copy link

What happens is when I hit send button, it takes more then a 10 sec to disapper from textview and appear on chat list.

How can I solve this?

and is there any way I can make another list of parents list and add your activity as child list for invidual parent list. For example I'll have A , B and C parents and If i want to chat inside group A , I will click A and inside it I could be able to chat with others

@SamSnow
Copy link

SamSnow commented Sep 17, 2018

Hi @BlueYeti1881
I have the same problem, it takes ~10 sec to send a message, did you find a solution?

@SamSnow
Copy link

SamSnow commented Sep 17, 2018

Ok I found why. "Skipped xx frames! The application may be doing too much work on its main thread." Something was taking to much time when calling process_new_message.

Its works fine when I remove this part of the code
//yes, admins can swear ;) if ((PROFANITY_FILTER_ACTIVE) && (!IS_ADMIN)) { new_message = new_message.replaceAll(ProfanityFilter.censorWords(ProfanityFilter.ENGLISH), ":)"); }

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

No branches or pull requests

2 participants