Removed UpdateConfigurationIntent SiriKit Intent
Signed-off-by: Alessio Nossa <alessio.nossa@gmail.com>
This commit is contained in:
@@ -11,11 +11,7 @@ class IntentHandler: INExtension {
|
||||
}
|
||||
|
||||
override func handler(for intent: INIntent) -> Any {
|
||||
guard intent is UpdateConfigurationIntent else {
|
||||
fatalError("Unhandled intent type: \(intent)")
|
||||
}
|
||||
|
||||
return IntentHandling()
|
||||
fatalError("Unhandled intent type: \(intent)")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user