Skip to content

Commit

Permalink
fix missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Nov 26, 2024
1 parent 48071e6 commit 1de6a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Messages/components/MessagesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export function MessagesList({
scrollTo(flatListRef, 0, 1e7, false)
}
},
onEnd: () => {
onEnd: e => {
'worklet'
keyboardHeight.set(e.height)
if (e.height > bottomOffset) {
Expand Down

0 comments on commit 1de6a1c

Please sign in to comment.