From efc163ab38d2f955fd411d3fb7929a634fc445b7 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Wed, 8 Jan 2020 15:08:31 -0500 Subject: [PATCH] no com --- MVMCoreUI/Atoms/Views/Toggle.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Views/Toggle.swift b/MVMCoreUI/Atoms/Views/Toggle.swift index 9d97f5a6..17d286ac 100644 --- a/MVMCoreUI/Atoms/Views/Toggle.swift +++ b/MVMCoreUI/Atoms/Views/Toggle.swift @@ -397,7 +397,7 @@ extension Toggle { self.isAnimated = isAnimated } - if let isEnabled = dictionary["isEnabled"] as? Bool{//}, !isEnabled { + if let isEnabled = dictionary["isEnabled"] as? Bool{ self.isEnabled = isEnabled } }