mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add additional backup folder failure debug info.
This commit is contained in:
committed by
Greyson Parrelli
parent
737b1c962a
commit
055f4b09ee
@@ -130,6 +130,7 @@ public class BackupDialog {
|
||||
Intent.FLAG_GRANT_READ_URI_PERMISSION);
|
||||
|
||||
try {
|
||||
Log.d(TAG, "Starting choose backup location dialog");
|
||||
fragment.startActivityForResult(intent, requestCode);
|
||||
} catch (ActivityNotFoundException e) {
|
||||
Toast.makeText(fragment.requireContext(), R.string.BackupDialog_no_file_picker_available, Toast.LENGTH_LONG)
|
||||
|
||||
Reference in New Issue
Block a user