mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Update index.tsx
This commit is contained in:
@ -380,8 +380,8 @@ const Timeline: React.FC<Props> = ({
|
|||||||
if (readMarker) {
|
if (readMarker) {
|
||||||
setAccountStorage([{ key: readMarker, value: undefined }])
|
setAccountStorage([{ key: readMarker, value: undefined }])
|
||||||
}
|
}
|
||||||
|
flRef.current?.scrollToOffset({ offset: 0 })
|
||||||
await refetch()
|
await refetch()
|
||||||
setTimeout(() => flRef.current?.scrollToOffset({ offset: 0 }), 50)
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<CustomText
|
<CustomText
|
||||||
|
Reference in New Issue
Block a user