We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac25769 + 858d64e commit 16fe07bCopy full SHA for 16fe07b
1 file changed
IFTTT SDK/ConnectButtonController.swift
@@ -125,6 +125,11 @@ public class ConnectButtonController {
125
126
connection?.status = .enabled
127
128
+ // If this connection has native triggers, update native trigger data
129
+ if connection?.hasNativeTriggers ?? false {
130
+ ConnectButtonController.update()
131
+ }
132
+
133
if let connection = connection {
134
Analytics.shared.track(.StateChange,
135
object: connection,
0 commit comments