From ccd79cdfec60f13113535b53e5e73f920736e79c Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 11 May 2020 01:05:39 +0500 Subject: [PATCH] undo testing state change --- apps/mobile/src/components/LoginDialog/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/LoginDialog/index.js b/apps/mobile/src/components/LoginDialog/index.js index 4f14dd73d..e6ff596a5 100644 --- a/apps/mobile/src/components/LoginDialog/index.js +++ b/apps/mobile/src/components/LoginDialog/index.js @@ -62,7 +62,7 @@ class LoginDialog extends React.Component { constructor(props) { super(props); this.state = { - visible: true, + visible: false, animated: false, }; this.routeIndex = 0;