-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
PM message keeps refreshing infinitely #3869
Comments
@chrisbobbe i would like to work on it! |
OK, thanks! |
Hey @chrisbobbe and @jaskeerat789 ! if the problem is not solved yet I can help. |
Interesting -- thanks @Maskedman99 for the report! To make sure I understand it correctly: after you swipe down in that last step, you don't touch the screen again? But it shows the spinner, then the spinner disappears, then it comes back again, then it disappears again, etc., etc., in a loop that seems to just keep going? I don't seem to reproduce this myself, either on a Pixel 4 running Android 10 and the current release, or an emulated Pixel 3 running Android 10 and an app version from master. So I think the most valuable next step, for anyone who wants to work on this, would be to try to pin down what conditions it happens in and how to reproduce it. |
@chrisbobbe, @gnprice, @jaskeerat789 |
Given the lack of response from @jaskeerat789, I've unassigned them. @sumukhah, are you still interested? |
To reproduce,
5.scroll up, scroll down as shown in the gif a simple way to observe this is, replace
with
i.e remove if condition at webViewEventHandler.js |
chat screens having less number of messages (scrollY<4000), |
Thanks @sumukhah for the investigation!
Hmm, I still don't reproduce. But there's enough uncertainty in these steps that I'm probably doing something different from what you are. Can you say more specifically exactly what you do to reproduce?
Also, can you answer the questions I asked the original reporter above?
|
@gnprice I am not able to reproduce this issue in beta or the debug build, ( maybe because I have entered new messages and the condition @sumukhah mentioned has started failing ). My understanding of what exactly caused this issue before was wrong, and doesn't have anything to do with '+' icon in compose box. Here's what I remember
|
@Maskedman99 @gnprice https://drive.google.com/file/d/11K-zxb9Z3ymm3ogXrnJfAKNuw5PFdwPC/view?usp=sharing
optionally you can navigate to a stream/PM which has
|
sure there is a way, set messagesPerRequest: 10, in Config.js. |
We've had another report of this, at #4033 (comment). |
Steps to reproduce:
I am using Android, and the beta version of the app.
The text was updated successfully, but these errors were encountered: