Decrypted backups

This commit is contained in:
Mo Bitar
2018-06-09 14:58:09 -05:00
parent 792f0f5f19
commit f00c969efb
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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 = [];