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

Fix an issue where backups where enabled when exporting the vault
This commit is contained in:
Michael Schättgen 2020-05-28 10:01:19 +02:00 committed by GitHub
commit 95180ba963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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