diff --git a/apps/mobile/app/components/selection-header/index.tsx b/apps/mobile/app/components/selection-header/index.tsx index ffdf8311e..c0170f3a4 100644 --- a/apps/mobile/app/components/selection-header/index.tsx +++ b/apps/mobile/app/components/selection-header/index.tsx @@ -306,7 +306,10 @@ export const SelectionHeader = React.memo( deleteItems( undefined, useSelectionStore.getState().selectionMode - ); + ).then(() => { + useSelectionStore.getState().clearSelection(); + useSelectionStore.getState().setSelectionMode(undefined); + }); }} tooltipText="Move to trash" tooltipPosition={1}