Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -187,6 +187,8 @@ public class swiftApi { | ... | @@ -187,6 +187,8 @@ public class swiftApi { |
187 | // Possible values "true", "false", "null" | 187 | // Possible values "true", "false", "null" |
188 | if (success == "true" || success == "false" || success == "null") { | 188 | if (success == "true" || success == "false" || success == "null") { |
189 | setShowVouchersBanner(success) | 189 | setShowVouchersBanner(success) |
190 | + } else { | ||
191 | + setShowVouchersBanner("null") | ||
190 | } | 192 | } |
191 | 193 | ||
192 | SwiftEventBus.post("vouchers_fetched") | 194 | SwiftEventBus.post("vouchers_fetched") | ... | ... |
-
Please register or login to post a comment