mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix back button
Using customized component, need to get `navigation` from props instead of hooks
This commit is contained in:
@ -53,7 +53,7 @@ const TimelineConversation: React.FC<Props> = ({
|
||||
return (
|
||||
<View style={styles.conversationView}>
|
||||
<View style={styles.header}>
|
||||
<TimelineAvatar account={item.accounts[0]} />
|
||||
<TimelineAvatar queryKey={queryKey} account={item.accounts[0]} />
|
||||
<TimelineHeaderConversation
|
||||
queryKey={queryKey}
|
||||
id={item.id}
|
||||
|
Reference in New Issue
Block a user