aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/chat/ChatScreen.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/chat/ChatScreen.tsx b/src/screens/chat/ChatScreen.tsx
index 2d57c999..bac1683f 100644
--- a/src/screens/chat/ChatScreen.tsx
+++ b/src/screens/chat/ChatScreen.tsx
@@ -253,6 +253,7 @@ const ChatScreen: React.FC<ChatScreenProps> = () => {
},
]}
InlineDateSeparator={DateHeader}
+ StickyHeader={() => null}
ScrollToBottomButton={() => null}
MessageFooter={MessageFooter}
TypingIndicator={TypingIndicator}