Skip to content

Commit

Permalink
[fix] change override of workmanagerconfiguration.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Jan 2, 2025
1 parent 074257b commit ae00638
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PFReckoningSkills : Application(), Configuration.Provider {
BackupManager.backupRestorer = BackupRestorer()
}

override fun getWorkManagerConfiguration(): Configuration {
return Configuration.Builder().setMinimumLoggingLevel(Log.INFO).build()
override val workManagerConfiguration by lazy {
Configuration.Builder().setMinimumLoggingLevel(Log.INFO).build()
}
}

0 comments on commit ae00638

Please sign in to comment.