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

Fix Typo
This commit is contained in:
Niels Andriesse 2021-06-07 14:51:53 +10:00 committed by GitHub
commit 2a1b14c954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)