mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove old code
This commit is contained in:
parent
7bd8250e1e
commit
2d5bc56712
1 changed files with 0 additions and 3 deletions
|
|
@ -185,9 +185,6 @@ import Views
|
|||
|
||||
var body: some View {
|
||||
VStack(spacing: 0) {
|
||||
// if viewModel.showLoadingBar {
|
||||
// ShimmeringLoader()
|
||||
// }
|
||||
if prefersListLayout || !enableGrid {
|
||||
HomeFeedListView(prefersListLayout: $prefersListLayout, viewModel: viewModel)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue