Replace preference getter functions with properties (#3091)
This commit is contained in:
@@ -32,7 +32,7 @@ class PreferenceModule(val app: Application) : InjektModule {
|
||||
addSingletonFactory {
|
||||
NetworkPreferences(
|
||||
preferenceStore = get(),
|
||||
verboseLogging = isDebugBuildType,
|
||||
verboseLoggingDefault = isDebugBuildType,
|
||||
)
|
||||
}
|
||||
addSingletonFactory {
|
||||
|
||||
Reference in New Issue
Block a user