You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the fix in latest version 1.0.59 71, with the removal of !features.isEmpty the encrypted features are not parsed, because there is an empty array of features. We need to check if encrypted features also exist.
Also there is a decoding error in FeaturesViewModel in prepareFeatureData when decoding the FeaturesDataModel. The issue is that the savedGroups property is declared as String? but in fact is a dictionary.
The text was updated successfully, but these errors were encountered:
@vazarkevych could you take a look here (and let me know if you need any help w/ the savedGroups part)? I'd jump in but I haven't started learning Swift yet 😅
Hi, @sbliatsios. Thank you for providing the detailed information. We found an issue, fixed it, and will provide a pull request for it as soon as possible.
After the fix in latest version 1.0.59 71, with the removal of !features.isEmpty the encrypted features are not parsed, because there is an empty array of features. We need to check if encrypted features also exist.
Also there is a decoding error in FeaturesViewModel in prepareFeatureData when decoding the FeaturesDataModel. The issue is that the savedGroups property is declared as String? but in fact is a dictionary.
The text was updated successfully, but these errors were encountered: