We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0031e1 commit ddbc900Copy full SHA for ddbc900
LeanplumSDK/LeanplumSDK/ClassesSwift/Actions/ActionManager.swift
@@ -29,6 +29,9 @@ import Foundation
29
/// When disabled, it stops executing actions and new actions will not be added to the queue.
30
public var isEnabled: Bool = true {
31
didSet {
32
+ if isEnabled && !oldValue {
33
+ performAvailableActions()
34
+ }
35
Log.info("[ActionManager] isEnabled: \(isEnabled)")
36
}
37
0 commit comments