From 2422e77dd04cd4b96930a637939457d8624143bf Mon Sep 17 00:00:00 2001 From: davotoula Date: Tue, 23 Dec 2025 11:42:41 +0000 Subject: [PATCH] TODO: Reply to a reply fails to upload Verify deletion of temp voice files Code review: - move re-record button higher --- .../amethyst/ui/screen/loggedIn/home/VoiceReplyScreen.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/home/VoiceReplyScreen.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/home/VoiceReplyScreen.kt index feea98085..da1dd4b1c 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/home/VoiceReplyScreen.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/home/VoiceReplyScreen.kt @@ -29,6 +29,7 @@ import androidx.compose.foundation.layout.consumeWindowInsets import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.height +import androidx.compose.foundation.layout.navigationBarsPadding import androidx.compose.foundation.layout.padding import androidx.compose.foundation.rememberScrollState import androidx.compose.foundation.verticalScroll @@ -184,7 +185,8 @@ private fun ReRecordButton(viewModel: VoiceReplyViewModel) { modifier = Modifier .fillMaxWidth() - .padding(vertical = 12.dp, horizontal = Size10dp), + .navigationBarsPadding() + .padding(vertical = 16.dp, horizontal = Size10dp), horizontalAlignment = Alignment.CenterHorizontally, ) { if (viewModel.isUploading) {