aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/(tabs)/index.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-20 17:56:22 +0000
committerMohamedBassem <me@mbassem.com>2024-03-20 17:56:22 +0000
commit20d1a90e65d08c16f30d8d9adac005dda7f4dad1 (patch)
tree1182180136d0ef8488932e56f807fbb37a2f6f12 /apps/mobile/app/dashboard/(tabs)/index.tsx
parent23285cb5eb44551f8200ebda6b305240d1da09f9 (diff)
downloadkarakeep-20d1a90e65d08c16f30d8d9adac005dda7f4dad1.tar.zst
fix(mobile): Fix flicker on search
Diffstat (limited to 'apps/mobile/app/dashboard/(tabs)/index.tsx')
-rw-r--r--apps/mobile/app/dashboard/(tabs)/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mobile/app/dashboard/(tabs)/index.tsx b/apps/mobile/app/dashboard/(tabs)/index.tsx
index a840ca93..18fb804d 100644
--- a/apps/mobile/app/dashboard/(tabs)/index.tsx
+++ b/apps/mobile/app/dashboard/(tabs)/index.tsx
@@ -2,7 +2,7 @@ import { Platform, SafeAreaView, View } from "react-native";
import * as Haptics from "expo-haptics";
import * as ImagePicker from "expo-image-picker";
import { useRouter } from "expo-router";
-import BookmarkList from "@/components/bookmarks/BookmarkList";
+import UpdatingBookmarkList from "@/components/bookmarks/UpdatingBookmarkList";
import PageTitle from "@/components/ui/PageTitle";
import useAppSettings from "@/lib/settings";
import { useUploadAsset } from "@/lib/upload";
@@ -80,7 +80,7 @@ function HeaderRight() {
export default function Home() {
return (
<SafeAreaView>
- <BookmarkList
+ <UpdatingBookmarkList
query={{ archived: false }}
header={
<View className="flex flex-row justify-between">