[Mobile] 2.2.0 - Calendar View
This commit is contained in:
@@ -31,7 +31,7 @@ struct OrientationAwareImage: View {
|
||||
.onAppear {
|
||||
loadImageWithCorrectOrientation()
|
||||
}
|
||||
.onChange(of: imagePath) { _ in
|
||||
.onChange(of: imagePath) { _, _ in
|
||||
loadImageWithCorrectOrientation()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user