Bug with conditional when checking if confirm messages are sent

This commit is contained in:
ameba23
2022-02-22 10:26:21 +01:00
parent 24c95236f0
commit 9b5e10baf2

View File

@@ -350,7 +350,7 @@ public class RemoteWipeManagerImpl extends ConversationClientImpl
allSent = true;
}
}
} while(allSent = false);
} while(allSent == false);
}
private MessageId sendConfirmMessage(Transaction txn, Contact contact)