You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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), ":)"); }
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
The text was updated successfully, but these errors were encountered: