Update syntax to match nearby code.

This commit is contained in:
Igor Solomennikov
2025-12-03 14:04:51 -08:00
parent b0f9d20f58
commit 1f8d58e3fa

View File

@@ -223,7 +223,7 @@ class MediaPageViewController: UIPageViewController {
{
topInset = statusBarHeight
if #available(iOS 18, *) {
topInset = statusBarHeight + 2 + .hairlineWidth
topInset += (2 + .hairlineWidth)
} else if #available(iOS 16, *) {
topInset -= .hairlineWidth
}