[iPad] Hides “Haptic Feedback” Settings section on iPad
This commit is contained in:
parent
3e97e5c951
commit
47b96d1cf6
@ -207,6 +207,8 @@ private extension SettingsViewController
|
||||
{
|
||||
switch section
|
||||
{
|
||||
case .hapticFeedback where !UIDevice.current.isVibrationSupported: return true
|
||||
|
||||
case .advanced:
|
||||
guard #unavailable(iOS 15) else { return false }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user