fix(mobile): further increase keyboard padding for message bar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
40906331e7
commit
034e1a0e25
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue