diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab9fcdf2..5d00607ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 - The Restore Success dialog has been reworked into a separate screen, allowing users to opt out of the Keep screen on while restoring option +## Fixed +- Support Screen now shows the Send button above keyboard instead of overlaying it. This was achieved by setting + `adjustResize` to `MainActivity` and adding `imePadding` to top level composable + ## [1.1.3 (682)] - 2024-07-03 ### Added diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index 808dc47ac..d45baa6d1 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -16,3 +16,6 @@ directly impact users rather than highlighting other key architectural updates.* - The About screen has been redesigned to align with the new design guidelines - The Restore Success dialog has been reworked into a separate screen, allowing users to opt out of the Keep screen on while restoring option + +### Fixed +- Support Screen now shows the Send button above keyboard instead of overlaying it