mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-03 03:22:22 +00:00
Fix timeline when resuming from marker
This commit is contained in:
parent
e6c2146217
commit
6aae6f7e40
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ extension TimelineViewModel: StatusesFetcher {
|
|||
|
||||
await datasource.set(statuses)
|
||||
await cache()
|
||||
statuses = await datasource.getFiltered()
|
||||
marker = nil
|
||||
|
||||
withAnimation {
|
||||
|
|
Loading…
Reference in a new issue