Skip to content

Commit

Permalink
Merge pull request #26847 from bernhardoj/fix/26535-composer-invisibl…
Browse files Browse the repository at this point in the history
…e-text

Fix composer invisible text covered up the chat/report screen
  • Loading branch information
pecanoro authored Sep 11, 2023
2 parents 3ca9c44 + d0d0d3f commit dfd9363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Composer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ function Composer({
<View
style={{
position: 'absolute',
bottom: -2000,
zIndex: -1,
opacity: 0,
}}
Expand Down

0 comments on commit dfd9363

Please sign in to comment.