make composer pills tappable when keyboard is active (#7717)
This commit is contained in:
@@ -1124,6 +1124,7 @@ function ComposerPills({
|
|||||||
contentContainerStyle={[a.gap_sm]}
|
contentContainerStyle={[a.gap_sm]}
|
||||||
horizontal={true}
|
horizontal={true}
|
||||||
bounces={false}
|
bounces={false}
|
||||||
|
keyboardShouldPersistTaps="always"
|
||||||
showsHorizontalScrollIndicator={false}>
|
showsHorizontalScrollIndicator={false}>
|
||||||
{isReply ? null : (
|
{isReply ? null : (
|
||||||
<ThreadgateBtn
|
<ThreadgateBtn
|
||||||
|
|||||||
Reference in New Issue
Block a user