-
-
Notifications
You must be signed in to change notification settings - Fork 154
[Android] KeyboardStickyView used with OverKeyboardView crashes app. #884
Copy link
Copy link
Closed
Labels
KeyboardStickyView 🩹Anything related to KeyboardStickyView componentAnything related to KeyboardStickyView componentOverKeyboardViewAnything related to OverKeyboardViewAnything related to OverKeyboardViewrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/codesponsor 💖Someone pays money for the issue to be resolved 💸Someone pays money for the issue to be resolved 💸🎯 crashLibrary triggers a crash of the appLibrary triggers a crash of the app🤖 androidAndroid specificAndroid specific
Metadata
Metadata
Assignees
Labels
KeyboardStickyView 🩹Anything related to KeyboardStickyView componentAnything related to KeyboardStickyView componentOverKeyboardViewAnything related to OverKeyboardViewAnything related to OverKeyboardViewrepro providedIssue contains reproduction repository/codeIssue contains reproduction repository/codesponsor 💖Someone pays money for the issue to be resolved 💸Someone pays money for the issue to be resolved 💸🎯 crashLibrary triggers a crash of the appLibrary triggers a crash of the app🤖 androidAndroid specificAndroid specific
Describe the bug
When we use KeyboardStickyView with OverKeyboardView, set OverKeyboardView visible to true and clicked on it it crashes the app and doesn't put the elements correctly where they should be.
Code snippet
Repo for reproducing
Repo with example
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The blue box should be on the bottom in center and when clicked outside of it it should close the "modal"
Screenshots
Smartphone (please complete the following information):
Additional context
None