From e71c57108e6dd407c2c6f0361f68150f2ff9aed5 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 15 十二月 2021 13:41:16 +0800
Subject: [PATCH] 版本备份

---
 SiriIntents/IntentHandler.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/SiriIntents/IntentHandler.cs b/SiriIntents/IntentHandler.cs
index 9270fdf..89cbeed 100644
--- a/SiriIntents/IntentHandler.cs
+++ b/SiriIntents/IntentHandler.cs
@@ -2,6 +2,7 @@
 using System.Collections.Generic;
 
 using Foundation;
+using HDLSceneSiri;
 using Intents;
 
 namespace SiriIntents
@@ -27,7 +28,7 @@
             // This is the default implementation.  If you want different objects to handle different intents,
             // you can override this and return the handler you want for that particular intent.
 
-            if(intent is HDLSceneSiri.HDLRunSceneIntent)
+            if (intent is HDLRunSceneIntent)
             {
                 return new HDLRunSceneIntentHandlder();
             }

--
Gitblit v1.8.0