mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 09:13:25 +01:00
[Widgets]: cleanup: refactored to use guard-else flow instead of if-else flow
This commit is contained in:
@@ -10,6 +10,7 @@ import AppIntents
|
||||
|
||||
@available(iOS 17, *)
|
||||
final class WidgetUpdateIntent: WidgetConfigurationIntent, @unchecked Sendable {
|
||||
public static let COMMON_WIDGET_ID = 1
|
||||
|
||||
static var title: LocalizedStringResource { "Widget ID update Intent" }
|
||||
static var isDiscoverable: Bool { false }
|
||||
|
||||
Reference in New Issue
Block a user