Browse Source

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

arkon 4 years ago
parent
commit
6b9180844d

+ 2 - 0
app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupNotifier.kt

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