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
This really doesn't make sense, I looked at the SetTaskForTarget method. It clearly removes targetView before adding a new item. But nevertheless, the "Key already in the list Parameter name: key" exception has occurred.
We can use something like bool TryAdd(TKey key, TValue value) but it would be better to figure out how this error is even possible.
Version: 2.4.11
Platform:
📱 iOS
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
This is not a bug that constantly happens. I saw a few crash logs on App Center. The logs look something like this:
This really doesn't make sense, I looked at the SetTaskForTarget method. It clearly removes targetView before adding a new item. But nevertheless, the "Key already in the list Parameter name: key" exception has occurred.
We can use something like bool TryAdd(TKey key, TValue value) but it would be better to figure out how this error is even possible.
Version: 2.4.11
Platform:
The text was updated successfully, but these errors were encountered: