Incorrect end event after cancelling predictive back gesture #810
Labels
🤖 android
Android specific
🐛 bug
Something isn't working
👆 interactive keyboard
Anything related to interactive keyboard dismissing
repro provided
Issue contains reproduction repository/code
Describe the bug
After cancelling predictive back gesture on Android the animated elements don't have an expected position.
Code snippet
Use "Keyboard Animation" template in example app.
Repo for reproducing
Reproducible in example app.
To Reproduce
Steps to reproduce the behavior:
textInput
Expected behavior
After cancelling the action circles should be above the keyboard.
Screenshots
telegram-cloud-document-2-5301091482764076304.mp4
Smartphone (please complete the following information):
Additional context
Most likely it's a similar problem that I fixed before with
InteractiveKeyboardProvider
. However it seems like now the gesture is managed by OS itself, and we can not intercept "interactive" events directly fromKeyboardAnimationController
.The text was updated successfully, but these errors were encountered: