Fall back to filename in backup creation notification if path not available

pull/4072/head
arkon 4 years ago
parent c0e4863229
commit 6b9180844d

@ -68,6 +68,8 @@ class BackupNotifier(private val context: Context) {
if (unifile.filePath != null) {
setContentText(unifile.filePath)
} else {
setContentText(unifile.name)
}
// Clear old actions if they exist

Loading…
Cancel
Save