mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 15:13:50 +00:00
Move away from deprecated Environment external file access API.
This commit is contained in:
@@ -77,7 +77,7 @@ public class BackupDialog {
|
||||
.setPositiveButton(R.string.BackupDialog_delete_backups_statement, (dialog, which) -> {
|
||||
BackupPassphrase.set(context, null);
|
||||
TextSecurePreferences.setBackupEnabled(context, false);
|
||||
BackupUtil.deleteAllBackups();
|
||||
BackupUtil.deleteAllBackups(context);
|
||||
preference.setChecked(false);
|
||||
})
|
||||
.create()
|
||||
|
||||
Reference in New Issue
Block a user