[AltWidget] Fixes widgets not appearing pre-iOS 17

This commit is contained in:
Riley Testut
2023-09-11 12:04:49 -05:00
committed by Magesh K
parent 5d5da9e910
commit e34f3ce201
2 changed files with 16 additions and 11 deletions

View File

@@ -18,9 +18,6 @@ struct AltWidgetBundle: WidgetBundle
IconLockScreenWidget()
TextLockScreenWidget()
if #available(iOS 17, *)
{
ActiveAppsWidget()
}
ActiveAppsWidget()
}
}