From 1c433e8bf3cc794760860a08a84cc947a99d4d16 Mon Sep 17 00:00:00 2001 From: Milan Cerovsky Date: Fri, 19 Jul 2024 11:33:05 +0200 Subject: [PATCH] [#1467] Documentation update Closes #1467 --- CHANGELOG.md | 4 ++++ docs/whatsNew/WHATS_NEW_EN.md | 3 +++ 2 files changed, 7 insertions(+) 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