Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only enable keyboard controller when necessary (#4483) | Samuel Newman | 2024-06-11 | 1 | -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) | Hailey | 2024-05-23 | 1 | -0/+31 |
* add keyboard padding to android dialogs * missing `keyboardDismissMode` for `ScrollableInner` * add to `MutedWords` * add to `LabelsOnMe` |