Merge pull request #596 from Brice-W/minor-fix

Fix Typo
pull/600/head
Niels Andriesse 4 years ago committed by GitHub
commit 2a1b14c954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -267,7 +267,7 @@ private fun handleNewClosedGroup(sender: String, sentTimestamp: Long, groupPubli
if (storage.getGroup(groupID) != null) {
// Update the group
// Clear zombie list if the group wasn't active
if (!storage.isGroupActive(groupID)) {
if (!storage.isGroupActive(groupPublicKey)) {
storage.setZombieMembers(groupID, listOf())
}
storage.updateTitle(groupID, name)

Loading…
Cancel
Save