mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 07:41:31 +00:00
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:
parent
456f8d0b3a
commit
55ec4e1549
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user