[Mobile] 2.2.0 - Calendar View

This commit is contained in:
2025-10-18 16:26:17 -06:00
parent d4023133b7
commit 105d39689d
9 changed files with 719 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ struct OrientationAwareImage: View {
.onAppear {
loadImageWithCorrectOrientation()
}
.onChange(of: imagePath) { _ in
.onChange(of: imagePath) { _, _ in
loadImageWithCorrectOrientation()
}
}