Migrate to ViewBinding from Kotlin synthetics in controllers
This commit is contained in:
@@ -20,9 +20,6 @@ import uy.kohesive.injekt.injectLazy
|
||||
*/
|
||||
class DownloadProvider(private val context: Context) {
|
||||
|
||||
/**
|
||||
* Preferences helper.
|
||||
*/
|
||||
private val preferences: PreferencesHelper by injectLazy()
|
||||
|
||||
/**
|
||||
|
||||
@@ -63,14 +63,8 @@ class DownloadService : Service() {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Download manager.
|
||||
*/
|
||||
private val downloadManager: DownloadManager by injectLazy()
|
||||
|
||||
/**
|
||||
* Preferences helper.
|
||||
*/
|
||||
private val preferences: PreferencesHelper by injectLazy()
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user