Cross-device sync implementation #505

Merged
akinwale merged 38 commits from sync into master 2019-04-22 14:42:48 +02:00
Showing only changes of commit c5ebfa5021 - Show all commits

View file

@ -120,13 +120,13 @@ class SplashScreen extends React.PureComponent {
}
// user is authenticated, navigate to the main view
if (user.has_verified_email) {
/*if (user.has_verified_email) {
NativeModules.UtilityModule.getSecureValue(Constants.KEY_FIRST_RUN_PASSWORD).then(walletPassword => {
getSync(walletPassword);
this.navigateToMain();
});
return;
}
}*/
this.navigateToMain();
});