u1
This commit is contained in:
@@ -110,7 +110,7 @@ struct PhotoView: View {
|
||||
if totalImages > 0, currentImageIndex > 0 {
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
|
||||
withAnimation {
|
||||
proxy.scrollTo(currentImageIndex, anchor: .top)
|
||||
proxy.scrollTo(savedIndex, anchor: .top)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user