about summary refs log tree commit diff
path: root/src/components/KeyboardPadding.android.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Only enable keyboard controller when necessary (#4483)Samuel Newman2024-06-111-31/+0
| | | | | | | | | | | | | | | | | | | * Only enable keyboard controller when necessary * make it screen only * rm keyboard padding * rm keyboardpadding file * revert using keyboard controller in composer * remove styles.outer (unnecessary for revert) * continue to use keyboard padding in the report dialog for dms --------- Co-authored-by: Hailey <me@haileyok.com>
* 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`