do not clear selection when closing move note dialog

This commit is contained in:
ammarahm-ed
2021-02-16 16:10:06 +05:00
parent 70eb1e40a5
commit 97c79ad26c

View File

@@ -66,7 +66,7 @@ const MoveNoteDialog = () => {
Navigation.routeNames.Notebook,
Navigation.routeNames.Notebooks,
]);
dispatch({type: Actions.CLEAR_SELECTION});
//dispatch({type: Actions.CLEAR_SELECTION});
};
const update = (note) => {
@@ -438,7 +438,7 @@ const MoveNoteComponent = ({close, note, setNote}) => {
) > -1 ? (
<Button
onPress={() => handlePress(item, index)}
title="Remove Note"
title="Remove note"
type="error"
height={22}
style={{