Rename member.
This commit is contained in:
parent
f1229c582d
commit
feb6930222
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ class DefaultClearCacheUseCase @Inject constructor(
|
||||||
@ApplicationContext private val context: Context,
|
@ApplicationContext private val context: Context,
|
||||||
private val matrixClient: MatrixClient,
|
private val matrixClient: MatrixClient,
|
||||||
private val coroutineDispatchers: CoroutineDispatchers,
|
private val coroutineDispatchers: CoroutineDispatchers,
|
||||||
private val defaultCacheIndexProvider: DefaultCacheService,
|
private val defaultCacheService: DefaultCacheService,
|
||||||
private val okHttpClient: Provider<OkHttpClient>,
|
private val okHttpClient: Provider<OkHttpClient>,
|
||||||
private val ftueService: FtueService,
|
private val ftueService: FtueService,
|
||||||
private val migrationScreenStore: MigrationScreenStore,
|
private val migrationScreenStore: MigrationScreenStore,
|
||||||
|
|
@ -65,6 +65,6 @@ class DefaultClearCacheUseCase @Inject constructor(
|
||||||
// Clear migration screen store
|
// Clear migration screen store
|
||||||
migrationScreenStore.reset()
|
migrationScreenStore.reset()
|
||||||
// Ensure the app is restarted
|
// Ensure the app is restarted
|
||||||
defaultCacheIndexProvider.onClearedCache(matrixClient.sessionId)
|
defaultCacheService.onClearedCache(matrixClient.sessionId)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue