Профиль, редактирование без аватара
This commit is contained in:
@@ -23,7 +23,11 @@ object ProfileModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideProfileRepository(api: ProfileApi, context: Context): ProfileRepository {
|
||||
return ProfileRepositoryImpl(api, context)
|
||||
fun provideProfileRepository(
|
||||
api: ProfileApi,
|
||||
context: Context,
|
||||
serverConfig: core.network.ServerConfig
|
||||
): ProfileRepository {
|
||||
return ProfileRepositoryImpl(api, context, serverConfig)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user