From d0eff3a20bf00dd42572f183f858360f98f9eda7 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 17 Mar 2020 09:55:15 +0500 Subject: [PATCH] fix crash on opening Actionsheet from notebookitem --- apps/mobile/src/components/NotebookItem/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/NotebookItem/index.js b/apps/mobile/src/components/NotebookItem/index.js index ae75db5af..d1f88e6a9 100644 --- a/apps/mobile/src/components/NotebookItem/index.js +++ b/apps/mobile/src/components/NotebookItem/index.js @@ -5,9 +5,9 @@ import {opacity, ph, pv, SIZE, WEIGHT} from '../../common/common'; import {useTracked} from '../../provider'; import NavigationService from '../../services/NavigationService'; import {ToastEvent, w, getElevation, db, DDS} from '../../utils/utils'; -import {ActionSheetEvent, moveNoteHideEvent} from '../DialogManager'; import {ACTIONS} from '../../provider/actions'; +import {moveNoteHideEvent, ActionSheetEvent} from '../DialogManager/recievers'; export const NotebookItem = ({ item,