fix(mobile): further increase keyboard padding for message bar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
suraj-markup 2026-03-03 03:59:12 +05:30
parent 40906331e7
commit 034e1a0e25
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ export default function SessionDetailScreen({ route, navigation }: Props) {
{/* Message input — only show for active sessions */}
{!isDone && (
<View style={[styles.messageBar, { paddingBottom: keyboardHeight > 0 ? keyboardHeight + 10 : 10 }]}>
<View style={[styles.messageBar, { paddingBottom: keyboardHeight > 0 ? keyboardHeight + 48 : 10 }]}>
<TextInput
style={styles.messageInput}
placeholder="Send message to agent..."