Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

fix crash when creating new contact group #306

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

econdepe
Copy link
Contributor

@econdepe econdepe commented Nov 4, 2019

As described in #304, when creating a new group from the contact view and adding the contact in the view to the list, the app crashes. The reason is that the new email labels (for the recently created group) are created before the list of contact groups is updated. This creates a mismatch that the app is unable to handle. It's enough to add a couple of lines to take care of this mismatch.

I also removed a isRequired property from a prop because it's not always required.

Fixes #304

@EpokK EpokK merged commit 44021c7 into master Nov 5, 2019
@EpokK EpokK deleted the fix/crash-when-creating-group branch November 5, 2019 07:30
@EmilMN
Copy link

EmilMN commented Nov 5, 2019

Verified as fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash when creating contact group from drop-down
3 participants