This commit is contained in:
Trey t
2022-12-23 12:17:55 -06:00
parent 87865571c1
commit adc1eadb49
4 changed files with 14 additions and 34 deletions

View File

@@ -115,7 +115,9 @@ struct MonthView: View {
}
}
.onPreferenceChange(ViewOffsetKey.self) { value in
iAPWarningViewHidden = value < 0
withAnimation {
iAPWarningViewHidden = value < 0
}
}
}