mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 17:29:20 +01:00
parent
6263817bb4
commit
46774771ec
@ -28,7 +28,7 @@ import eu.kanade.tachiyomi.ui.manga.MangaScreen
|
|||||||
import eu.kanade.tachiyomi.ui.reader.ReaderActivity
|
import eu.kanade.tachiyomi.ui.reader.ReaderActivity
|
||||||
import kotlinx.coroutines.channels.Channel
|
import kotlinx.coroutines.channels.Channel
|
||||||
import kotlinx.coroutines.flow.collectLatest
|
import kotlinx.coroutines.flow.collectLatest
|
||||||
import kotlinx.coroutines.flow.consumeAsFlow
|
import kotlinx.coroutines.flow.receiveAsFlow
|
||||||
|
|
||||||
object HistoryTab : Tab {
|
object HistoryTab : Tab {
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ object HistoryTab : Tab {
|
|||||||
}
|
}
|
||||||
|
|
||||||
LaunchedEffect(Unit) {
|
LaunchedEffect(Unit) {
|
||||||
resumeLastChapterReadEvent.consumeAsFlow().collectLatest {
|
resumeLastChapterReadEvent.receiveAsFlow().collectLatest {
|
||||||
openChapter(context, screenModel.getNextChapter())
|
openChapter(context, screenModel.getNextChapter())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user