Handle backpress

This commit is contained in:
tom5079
2021-02-17 19:25:45 +09:00
parent 3f8aa744e7
commit 2f57ee4c83
3 changed files with 17 additions and 17 deletions

View File

@@ -47,7 +47,6 @@ class History(override val di: DI, source: String) : Source<DefaultSortMode, Sea
val channel = Channel<ItemInfo>()
CoroutineScope(Dispatchers.IO).launch {
Logger.d(histories.map)
histories.map[source.name]?.forEach {
channel.send(source.info(it))
}