diff --git a/fe2-android/app/src/main/java/com/github/dedis/popstellar/utility/handler/data/LaoHandler.kt b/fe2-android/app/src/main/java/com/github/dedis/popstellar/utility/handler/data/LaoHandler.kt index 30bb28b361..3d8e196659 100644 --- a/fe2-android/app/src/main/java/com/github/dedis/popstellar/utility/handler/data/LaoHandler.kt +++ b/fe2-android/app/src/main/java/com/github/dedis/popstellar/utility/handler/data/LaoHandler.kt @@ -221,10 +221,7 @@ constructor( // The greetLao will also be sent by the other servers, so the message sender // should handle this, avoiding to connect twice to the same server - // TODO: Remove the comment when testing for backend is finished ! Maxime @Kaz | May 2024 - // Also, I realised removing this line that no tests are actually testing this part of the - // code... - // context.messageSender.extendConnection(greetLao.peers) + context.messageSender.extendConnection(greetLao.peers) } companion object {