Skip to content

Commit aaa2179

Browse files
committed
chore: increase android timeout
1 parent baa4f21 commit aaa2179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/contexts/messageInputContext/MessageInputContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export const MessageInputProvider = ({
532532
if (Platform.OS === 'android') {
533533
setTimeout(() => {
534534
run();
535-
}, 100);
535+
}, 200);
536536
} else {
537537
run();
538538
}

0 commit comments

Comments
 (0)