fix gestures lock icon

This commit is contained in:
PangMo5 2022-05-01 06:37:03 +09:00
parent 0f92343970
commit 9b85a01958

View File

@ -278,7 +278,7 @@ class VLCPlayerViewController: UIViewController {
self?.didGenerallyTap()
}))
button.translatesAutoresizingMaskIntoConstraints = false
button.setImage(UIImage(systemName: "lock.open", withConfiguration: UIImage.SymbolConfiguration(pointSize: 48))?
button.setImage(UIImage(systemName: "lock.circle.fill", withConfiguration: UIImage.SymbolConfiguration(pointSize: 48))?
.withTintColor(.white),
for: .normal)
backgroundView.addSubview(button)