mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont loadItems onAppear as controllerDidChangeContent already does this
This prevents a double refresh when returning to the library view.
This commit is contained in:
parent
6d562cd79c
commit
c71d9eae46
1 changed files with 0 additions and 3 deletions
|
|
@ -39,9 +39,6 @@ import Views
|
|||
prefersListLayout: $prefersListLayout,
|
||||
viewModel: viewModel
|
||||
)
|
||||
.onAppear {
|
||||
loadItems(isRefresh: true)
|
||||
}
|
||||
.refreshable {
|
||||
loadItems(isRefresh: true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue