Merge pull request #444 from alexbakker/fix-export-backup

Fix an issue where backups where enabled when exporting the vault
pull/445/head
Michael Schättgen 5 years ago committed by GitHub
commit 95180ba963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -460,6 +460,7 @@ public class PreferencesFragment extends PreferenceFragmentCompat {
// intentional fallthrough
case CODE_EXPORT_ENCRYPT:
onExportResult(resultCode, data, requestCode == CODE_EXPORT_ENCRYPT);
break;
case CODE_BACKUPS:
onSelectBackupsLocationResult(resultCode, data);
break;

Loading…
Cancel
Save