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