There was an error while loading. Please reload this page.
1 parent c469bf4 commit 5881d14Copy full SHA for 5881d14
TextFieldEffects/TextFieldEffects/TextFieldsEffects.swift
@@ -87,7 +87,7 @@ public class TextFieldEffects : UITextField {
87
88
override public var text: String? {
89
didSet {
90
- if let text = text where text.isNotEmpty {
+ if let text = text, text.isNotEmpty {
91
animateViewsForTextEntry()
92
} else {
93
animateViewsForTextDisplay()
0 commit comments