Idx -> Index

This commit is contained in:
Benoit Marty 2023-06-23 15:20:19 +02:00 committed by Benoit Marty
parent 4297cfac24
commit 145cd410c7
5 changed files with 17 additions and 17 deletions

View file

@ -57,6 +57,6 @@ class DefaultClearCacheUseCase @Inject constructor(
// Clear app cache
context.cacheDir.deleteRecursively()
// Ensure the app is restarted
authenticationService.incrementCacheIdx()
authenticationService.incrementCacheIndex()
}
}