mirror of
https://github.com/accelforce/Yuito
synced 2025-01-28 14:49:23 +01:00
Fix fullReload keeps nextKey
This commit is contained in:
parent
3bce970bee
commit
32bb7fa010
@ -256,7 +256,9 @@ class NetworkTimelineViewModel @Inject constructor(
|
|||||||
|
|
||||||
override fun fullReload() {
|
override fun fullReload() {
|
||||||
statusData.clear()
|
statusData.clear()
|
||||||
|
nextKey = null
|
||||||
currentSource?.invalidate()
|
currentSource?.invalidate()
|
||||||
|
// FIXME: auto reload needed
|
||||||
}
|
}
|
||||||
|
|
||||||
suspend fun fetchStatusesForKind(
|
suspend fun fetchStatusesForKind(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user