add note merging ui flow

This commit is contained in:
ammarahm-ed
2020-03-26 13:39:04 +05:00
parent 0f5ba808b4
commit df9f4e8d66
9 changed files with 31024 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ import {hexToRGBA, DDS} from '../../utils/utils';
import {Platform} from 'react-native';
import {TEMPLATE_DELETE, TEMPLATE_PERMANANT_DELETE} from './templates';
import {moveNoteEvent} from './recievers';
import MergeEditor from '../MergeEditor';
export class DialogManager extends Component {
constructor(props) {
@@ -343,6 +344,8 @@ export class DialogManager extends Component {
/>
<LoginDialog colors={colors} ref={ref => (this.loginDialog = ref)} />
<MergeEditor />
</>
);
}