From b4fda399ed4f351c5525bb3714a7661b033bf439 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 3 Mar 2025 12:43:56 +0500 Subject: [PATCH] mobile: fix items hides behind selection bar --- apps/mobile/app/components/list/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/mobile/app/components/list/index.tsx b/apps/mobile/app/components/list/index.tsx index 6229a0d06..6395dd3d7 100644 --- a/apps/mobile/app/components/list/index.tsx +++ b/apps/mobile/app/components/list/index.tsx @@ -38,6 +38,7 @@ import { fluidTabsRef } from "../../utils/global-refs"; import { Header } from "../list-items/headers/header"; import { Empty, PlaceholderData } from "./empty"; import { ListItemWrapper } from "./list-item.wrapper"; +import { useSelectionStore } from "../../stores/use-selection-store"; type ListProps = { data: VirtualizedGrouping | undefined; @@ -188,6 +189,11 @@ export default function List(props: ListProps) { directionalLockEnabled={true} keyboardShouldPersistTaps="always" keyboardDismissMode="interactive" + ListFooterComponent={ + + } refreshControl={ props.isRenderedInActionSheet ? null : (