From 55ec4e154939184441c1b5afdcd41780aa3459e9 Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Fri, 26 Jul 2024 16:23:33 +1000 Subject: [PATCH] Update app/src/main/java/org/thoughtcrime/securesms/conversation/start/newmessage/NewMessage.kt Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com> --- .../securesms/conversation/start/newmessage/NewMessage.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/conversation/start/newmessage/NewMessage.kt b/app/src/main/java/org/thoughtcrime/securesms/conversation/start/newmessage/NewMessage.kt index c3c33323cf..f0a6e21b4c 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/conversation/start/newmessage/NewMessage.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/conversation/start/newmessage/NewMessage.kt @@ -108,7 +108,7 @@ private fun EnterAccountId( .verticalScroll(rememberScrollState()) // There is a known issue with the ime padding on android versions below 30 - // So we these older versions we need to resort to some manual padding based on the visible height + /// So on these older versions we need to resort to some manual padding based on the visible height // when the keyboard is up if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R) { val keyboardHeight by keyboardHeight()