Skip to content

Commit

Permalink
Quick Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusSkucas committed Dec 19, 2021
1 parent 7004b4e commit 1531e50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>Checkpoint App.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>Checkpoint Extension.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>Checkpoint.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
Expand Down
2 changes: 1 addition & 1 deletion Checkpoint/ComposeSessionHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ComposeSessionHandler: NSObject, MEComposeSessionHandler {
// sent, call the completion with an error.

if SessionStore.shared.shouldPrompt {
SessionStore.shared.shouldPrompt = false
// SessionStore.shared.shouldPrompt = false // FIXME: Enable sending after first round
throw ComposeSessionError.checkpoint
}
}
Expand Down

0 comments on commit 1531e50

Please sign in to comment.