fix minor bugs

This commit is contained in:
ammarahm-ed
2020-10-28 15:52:15 +05:00
parent c0d76de46f
commit 834bf31b39
7 changed files with 16 additions and 20 deletions

View File

@@ -40,7 +40,7 @@ class RecoveryKeyDialog extends React.Component {
close = () => {
this.actionSheetRef.current?._setModalVisible(false);
if (!this.signup) {
if (this.signup) {
setTimeout(() => {
eSendEvent(eOpenResultDialog, {
title: 'Welcome!',