Fix editor toolbar being hidden behind soft keyboard

This commit is contained in:
世界
2025-12-18 19:35:22 +08:00
parent d76ccd0ed3
commit d69a6b38b9

View File

@@ -19,6 +19,7 @@ import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.imePadding
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.layout.width
@@ -478,7 +479,8 @@ fun EditProfileContentScreen(
modifier =
Modifier
.align(Alignment.BottomCenter)
.fillMaxWidth(),
.fillMaxWidth()
.imePadding(),
) {
// Configuration error banner (appears above the symbol bar)
AnimatedVisibility(