about summary refs log tree commit diff
path: root/src/components/KeyboardPadding.android.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add padding to dialogs when keyboard is open on Android (#4182)Hailey2024-05-231-0/+31
* add keyboard padding to android dialogs * missing `keyboardDismissMode` for `ScrollableInner` * add to `MutedWords` * add to `LabelsOnMe`