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>
This commit is contained in:
ThomasSession
2024-07-26 16:23:33 +10:00
committed by GitHub
parent 456f8d0b3a
commit 55ec4e1549

View File

@@ -108,7 +108,7 @@ private fun EnterAccountId(
.verticalScroll(rememberScrollState()) .verticalScroll(rememberScrollState())
// There is a known issue with the ime padding on android versions below 30 // 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 // when the keyboard is up
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R) { if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R) {
val keyboardHeight by keyboardHeight() val keyboardHeight by keyboardHeight()