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