Fix editor toolbar being hidden behind soft keyboard
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user