-
Notifications
You must be signed in to change notification settings - Fork 984
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
Fix text input animations lags #11033
Conversation
Jenkins BuildsClick to see older builds (16)
|
On Android 9 still can reproduce the issue. |
96% of end-end tests have passed
Failed tests (4)Click to expand
Passed tests (93)Click to expand |
67% of end-end tests have passed
Failed tests (1)Click to expand
Passed tests (2)Click to expand
|
ISSUE 1If open chat (any type), open keyboard (set focus on the text input), send the app to the background, and open it again, the input field will be shifted upwards. Only Android 8, 10 ISSUE 2If open chat that contains a long message, open keyboard, send the app to the background, reopen it, and switch to sticker pad, then text input and sticker pad will be shifted upwards and overlaid on the chat history. Only Android 8, 10 |
Issue 1 was always present as it is in the tabbar keyboard handling. If we want to fix it, I would do it as a separate task. Can't replicate 2 on my device, but I pushed a commit that may fix it. |
5ab3ad9
to
bc64eb3
Compare
@Ferossgp |
I can't reproduce 2nd bug there on Android 8 (Samsung J7) and Android 9 (Galaxy S8). |
@churik yes, currently can't reproduce issue 2. But now if I switch from keyboard to sticker pad while scrolling long message, sticker/image/command panel height changes, sometimes it's overlapped with main tabs. Google Pixel 2, Android 10. |
@qoqobolo what build id is in latests gif? |
@Ferossgp it was nightly. My fault, sorry. |
Since 2nd issue from #11033 (comment) is in develop we'll create a separate issue for it. This one is ready for merge. |
Remove picker panel from input Clean pan state Fixes #11031 Do not use pan state on android iOs panel switching do not change height Revert "Remove picker panel from input" This reverts commit 0ab2c15. Change reactions space keeper method Audio Do not use accessory view on Android Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
bc64eb3
to
7bb7b48
Compare
No description provided.