mirror of
https://github.com/accelforce/Yuito
synced 2025-01-15 08:56:44 +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() {
|
||||
statusData.clear()
|
||||
nextKey = null
|
||||
currentSource?.invalidate()
|
||||
// FIXME: auto reload needed
|
||||
}
|
||||
|
||||
suspend fun fetchStatusesForKind(
|
||||
|
Loading…
Reference in New Issue
Block a user