-
Notifications
You must be signed in to change notification settings - Fork 987
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
[#10119] Android app UI is slow after background #10120
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (21)
|
|
||
(cond | ||
us? | ||
(handle-update-from-contact-request contact) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this code was doing nothing important?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing :) но это не точно :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh nice, that's very comforting! :)
If that's because of |
@Serhy could you please test this one when joining public chat with thousands of messages |
Something is wrong. After I re-open app and try to loging then a These are the logs after account created: |
@Serhy probably it's latest develop, not this PR :( |
@flexsurfer can confirm #10120 (comment) - endless spinner with builds from this PR and works normally in latest develop (nightly 04/03/2020) |
@flexsurfer I tested this build on Galaxy Note 4 and doesn't look good (it got the similar behavior to what we had before moving processing of messages into status-go) So with https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-200303-110209-40948b-pr-universal.apk build when I join public chat having 1000+ messages during last 24h (stickers in my case), - then app freezes while all messages are coming up to 40-43sec (video https://drive.google.com/file/d/15jLN7ElNjHWicFpo9tubsXDg51jDP76b/view?usp=sharing) While there are no lags at all when joining the same public chat in nightly (4th March) build. |
80afe9d
to
d879c5b
Compare
thanks @Serhy , ok so i reverted this changes, and now this PR only fixes performance issue when open app from background how to repro
|
No bugs found in latest build: opening app from background performance issue not reproduced, #10120 (comment) (when moving between screens also not reproduced). Lets merge, @flexsurfer |
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
d879c5b
to
5f2b29e
Compare
partially f i x e s #10119