mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
fix: unable to restore backups (#4890)
This commit is contained in:
committed by
GitHub
parent
e286bd463d
commit
0ce23912e4
@@ -123,7 +123,7 @@ class LawnchairBackup(
|
||||
)
|
||||
|
||||
fun generateBackupFileName(): String {
|
||||
val fileName = "Lawnchair Backup ${SimpleDateFormat.getDateTimeInstance().format(Date())}"
|
||||
val fileName = "Lawnchair_Backup ${SimpleDateFormat.getDateTimeInstance().format(Date())}"
|
||||
return "$fileName.lawnchairbackup"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user