add pereference change

This commit is contained in:
Aria Moradi
2021-07-31 03:50:41 +04:30
parent eddad2ba89
commit e349d0cef3
4 changed files with 62 additions and 21 deletions

View File

@@ -54,4 +54,8 @@ object GetHttpSource {
}
return sourceCache[sourceId]!!
}
fun invalidateSourceCache(sourceId: Long) {
sourceCache.remove(sourceId)
}
}