diff --git a/src/screens/Tabs/Shared/Toot.tsx b/src/screens/Tabs/Shared/Toot.tsx index b28acf09..4fb8bd12 100644 --- a/src/screens/Tabs/Shared/Toot.tsx +++ b/src/screens/Tabs/Shared/Toot.tsx @@ -82,10 +82,11 @@ const TabSharedToot: React.FC> = ({ if (ancestorsCache.current?.length) { switch (Platform.OS) { case 'ios': + await new Promise(promise => setTimeout(promise, 128)) for (let [] of Array( Math.ceil(ancestorsCache.current.length / PREV_PER_BATCH) ).entries()) { - await new Promise(promise => setTimeout(promise, 64)) + await new Promise(promise => setTimeout(promise, 8)) queryClient.setQueryData<{ pages: { body: Mastodon.Status[] }[] }>( queryKey.local, old => {