diff --git a/apps/mobile/src/components/SelectionHeader/index.js b/apps/mobile/src/components/SelectionHeader/index.js index f6b89dc05..75a2e7438 100644 --- a/apps/mobile/src/components/SelectionHeader/index.js +++ b/apps/mobile/src/components/SelectionHeader/index.js @@ -68,6 +68,8 @@ export const SelectionHeader = ({navigation}) => { { dispatch({type: ACTIONS.SELECTION_MODE, enabled: !selectionMode}); + + dispatch({type: ACTIONS.CLEAR_SELECTION}); }} hitSlop={{top: 20, bottom: 20, left: 50, right: 40}} style={{