Try to avoid crashing when unable to get backup filename for some reason

This commit is contained in:
arkon 2020-12-25 22:53:58 -05:00
parent b92b6520cb
commit be3e31ddc4

View File

@ -203,7 +203,7 @@ class SettingsBackupController : SettingsController() {
}
CODE_BACKUP_RESTORE -> {
uri?.path?.let {
val fileName = DocumentFile.fromSingleUri(activity, uri)!!.name!!
val fileName = DocumentFile.fromSingleUri(activity, uri)?.name ?: uri.toString()
when {
fileName.endsWith(".proto.gz") -> {
val options = arrayOf(