One off fixes
This commit is contained in:
@@ -50,10 +50,9 @@ class FooterCtrl extends PureCtrl {
|
||||
|
||||
onAppLaunch() {
|
||||
super.onAppLaunch();
|
||||
this.application.hasPasscode().then((value) => {
|
||||
this.setState({
|
||||
hasPasscode: value
|
||||
});
|
||||
const hasPasscode = this.application.hasPasscode();
|
||||
this.setState({
|
||||
hasPasscode: hasPasscode
|
||||
});
|
||||
|
||||
this.godService.checkForSecurityUpdate().then((available) => {
|
||||
|
||||
Reference in New Issue
Block a user