docs: Sync changelog and add fixme note

This commit is contained in:
Ahmad Ansori Palembani 2024-12-07 13:36:01 +07:00
parent b3fbc0bf39
commit 0d264026cf
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 0 deletions

View file

@ -199,6 +199,7 @@ class DownloadCache(
_isInitializing.emit(true)
}
// FIXME: Wait for SourceManager to be initialized
val sources = getSources()
val sourceMap = sources.associate { provider.getSourceDirName(it).lowercase() to it.id }