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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()