Skip to content

Commit b3e1982

Browse files
authored
Drop Android InputAccessoryView (#10107)
1 parent 40cdc8f commit b3e1982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mobile/src/components/composer-input/ComposerInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ export const ComposerInput = forwardRef(function ComposerInput(
497497

498498
return (
499499
<>
500-
{displayCancelAccessory ? (
500+
{Platform.OS === 'ios' && displayCancelAccessory ? (
501501
<InputAccessoryView nativeID='cancelButtonAccessoryView'>
502502
<Flex
503503
backgroundColor='white'

0 commit comments

Comments
 (0)