mobile: cleanup

This commit is contained in:
ammarahm-ed
2023-06-26 13:12:11 +05:00
parent 1b165af118
commit 7ea182eb5b

View File

@@ -68,7 +68,7 @@ export const openNote = async (item, isTrash, setSelectedItem, isSheet) => {
clearSelection();
}
if (!_note.conflicted) {
if (_note.conflicted) {
eSendEvent(eShowMergeDialog, _note);
return;
}