1.2.2 - "Bug fixes and improvements"
This commit is contained in:
@@ -420,7 +420,7 @@ struct ImageViewerView: View {
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
NavigationView {
|
||||
NavigationStack {
|
||||
TabView(selection: $currentIndex) {
|
||||
ForEach(imagePaths.indices, id: \.self) { index in
|
||||
ProblemDetailImageFullView(imagePath: imagePaths[index])
|
||||
|
||||
Reference in New Issue
Block a user