Skip to content

Commit

Permalink
fix: workManagerConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
xihan123 committed Dec 3, 2023
1 parent e18110a commit 173bb6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/cn/xihan/sign/MyApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class MyApp : MultiDexApplication(),Configuration.Provider {

@Inject
lateinit var workerConfiguration: Configuration

override fun getWorkManagerConfiguration(): Configuration = workerConfiguration
override val workManagerConfiguration: Configuration
get() = workerConfiguration
}

0 comments on commit 173bb6d

Please # to comment.