Hide indicator for 0 images

This commit is contained in:
Marcin Czachurski 2023-04-22 13:27:23 +02:00
parent 65677fc605
commit fd3cd42bb2
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ struct HomeFeedView: View {
}
self.newPhotosView()
// .offset(y: self.offset)
// .opacity(self.opacity)
.offset(y: self.offset)
.opacity(self.opacity)
}
.refreshable {
HapticService.shared.fireHaptic(of: .dataRefresh(intensity: 0.3))