1 Commits

Author SHA1 Message Date
61aa85463c hide home affordance
All checks were successful
TestFlight / Build and upload (push) Successful in 1m11s
2026-07-27 20:55:58 -07:00

View File

@@ -224,6 +224,11 @@ class MainViewController: UIViewController, SwitchesViewControllerDelegate, Serv
return true
}
override var prefersHomeIndicatorAutoHidden: Bool
{
return true
}
// MARK: SwitchesViewControllerDelegate
func switchesViewControllerDidToggleDevices(_ controller: SwitchesViewController, devices: [AnyDevice])