Skip to content

Commit

Permalink
Connected create new note intent to intent handler
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Jun 3, 2024
1 parent 02a3022 commit 707d3f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IntentsExtension/IntentHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class IntentHandler: INExtension {
return FindNoteIntentHandler()
case is AppendNoteIntent:
return AppendNoteIntentHandler()
case is CreateNewNoteIntent:
return CreateNewNoteIntentHandler()
default:
return self
}
Expand Down

0 comments on commit 707d3f0

Please sign in to comment.