Open mirandachao opened 7 years ago
Key not found exception in UserBubbles.RemoveBubble
public void RemoveBubble(string userId) { var bubble = _bubbles[userId]; RemoveChild(bubble); }
Key not found exception in UserBubbles.RemoveBubble