Idx -> Index
This commit is contained in:
parent
fc61d452c6
commit
b563b1ec95
5 changed files with 17 additions and 17 deletions
|
|
@ -57,6 +57,6 @@ class DefaultClearCacheUseCase @Inject constructor(
|
|||
// Clear app cache
|
||||
context.cacheDir.deleteRecursively()
|
||||
// Ensure the app is restarted
|
||||
authenticationService.incrementCacheIdx()
|
||||
authenticationService.incrementCacheIndex()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue