From 1c26b95ecd79d7a658cf93307cd989361914a32a Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Thu, 31 Dec 2020 19:53:10 +0500 Subject: [PATCH] fix deleting from quick access menu --- apps/mobile/src/components/SelectionWrapper/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/src/components/SelectionWrapper/index.js b/apps/mobile/src/components/SelectionWrapper/index.js index b5c1c40f6..846863d46 100644 --- a/apps/mobile/src/components/SelectionWrapper/index.js +++ b/apps/mobile/src/components/SelectionWrapper/index.js @@ -8,6 +8,7 @@ import {dWidth, getElevation, toTXT} from '../../utils'; import {hexToRGBA} from '../../utils/ColorUtils'; import {db} from '../../utils/DB'; import {refreshNotesPage} from '../../utils/Events'; +import { deleteItems } from '../../utils/functions'; import {SIZE} from '../../utils/SizeUtils'; import {ActionIcon} from '../ActionIcon'; import {Button} from '../Button';