mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore(backup/creator): Temporarily disable setForeground
This commit is contained in:
parent
a6f697199d
commit
ec5e86942a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class BackupCreatorJob(private val context: Context, workerParams: WorkerParamet
|
|||
?: getAutomaticBackupLocation()
|
||||
?: return Result.failure()
|
||||
|
||||
tryToSetForeground()
|
||||
// tryToSetForeground()
|
||||
|
||||
val options = inputData.getBooleanArray(BACKUP_FLAGS_KEY)?.let { BackupOptions.fromBooleanArray(it) }
|
||||
?: BackupOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue