From bbba94625a936f66c610668e06e87bc5f4151877 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:02:08 +0200 Subject: [PATCH] fixed constants --- Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift b/Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift index 4cc6d23..939c945 100644 --- a/Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift +++ b/Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift @@ -1388,7 +1388,7 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele pipButton.widthAnchor.constraint(equalToConstant: 44), pipButton.heightAnchor.constraint(equalToConstant: 44), airplayButton.centerYAnchor.constraint(equalTo: pipButton.centerYAnchor), - airplayButton.trailingAnchor.constraint(equalTo: pipButton.leadingAnchor, constant: -8), + airplayButton.trailingAnchor.constraint(equalTo: pipButton.leadingAnchor, constant: -6), airplayButton.widthAnchor.constraint(equalToConstant: 44), airplayButton.heightAnchor.constraint(equalToConstant: 44) ])