diff options
author | gpp <52042597+gpp-0@users.noreply.github.com> | 2025-02-23 15:19:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-23 05:19:58 -0800 |
commit | 7a3a1a2bd07ba6a38c7886105491bb96df2ebd62 (patch) | |
tree | db9524fcd14a7b33aded649fb828fb1b3c57df21 /src | |
parent | e6193d70361e3be3950e573adaf6b5397becb846 (diff) | |
download | voidsky-7a3a1a2bd07ba6a38c7886105491bb96df2ebd62.tar.zst |
make composer pills tappable when keyboard is active (#7717)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/composer/Composer.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 51b3bbde6..e8fe1a7ce 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -1124,6 +1124,7 @@ function ComposerPills({ contentContainerStyle={[a.gap_sm]} horizontal={true} bounces={false} + keyboardShouldPersistTaps="always" showsHorizontalScrollIndicator={false}> {isReply ? null : ( <ThreadgateBtn |