feat: snjs with auto integrity resolution (#912)
This commit is contained in:
@@ -145,7 +145,7 @@ export class ApplicationView extends PureComponent<Props, State> {
|
||||
this.setState({ appClass });
|
||||
} else if (eventName === AppStateEvent.WindowDidFocus) {
|
||||
if (!(await this.application.isLocked())) {
|
||||
this.application.sync();
|
||||
this.application.sync.sync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user