mirror of
https://github.com/signalapp/Signal-iOS.git
synced 2025-12-05 01:10:41 +00:00
Update syntax to match nearby code.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user