mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-19 21:58:51 -04:00
Decrypted backups
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>2</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
|
||||
@@ -248,7 +248,7 @@ export default class Account extends Abstract {
|
||||
|
||||
async onExportPress(encrypted, callback) {
|
||||
var version = Auth.getInstance().protocolVersion();
|
||||
var keys = KeysManager.get().activeKeys();
|
||||
var keys = encrypted ? KeysManager.get().activeKeys() : null;
|
||||
|
||||
var items = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user