[settings]: refined style for last row in REFRESHING APPS section

This commit is contained in:
Magesh K
2024-12-12 20:03:31 +05:30
parent cec00769a9
commit 76070ffaa1

View File

@@ -40,7 +40,7 @@ extension SettingsViewController
case disableAppLimit
static var allCases: [AppRefreshRow] {
var c: [AppRefreshRow] = [.backgroundRefresh, .noIdleTimeout, .addToSiri]
var c: [AppRefreshRow] = [.backgroundRefresh, .noIdleTimeout]
guard #available(iOS 14, *) else { return c }
c.append(.addToSiri)