wxr
2021-12-13 b5f1a194d354ba9b2587c59ae17cf38d0f7f9bac
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();
            }