We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347638f commit 1545505Copy full SHA for 1545505
src/page/Root.js
@@ -153,7 +153,7 @@ class LoginScreenView extends Component {
153
this.props.showDialog(dialogType.UPDATE_IGNORED);
154
setTimeout(() => {
155
this.props.hideDialog();
156
- },500);
+ }, 500);
157
}
158
},
159
{
@@ -172,7 +172,7 @@ class LoginScreenView extends Component {
172
this.props.showDialog(dialogType.UPDATE_INSTALLED);
173
174
LocalPackage.install(CodePush.InstallMode.IMMEDIATE, 0);
175
176
});
177
178
0 commit comments