mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-30 21:17:50 +02:00
Fall back to filename in backup creation notification if path not available
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user