From 1db8e2744e9c922dff8f562d38691a0ce3b5dbbf Mon Sep 17 00:00:00 2001 From: Florian Renaud Date: Tue, 14 Mar 2023 16:13:01 +0100 Subject: [PATCH] Add comments --- .../features/createroom/impl/root/CreateRoomRootPresenter.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootPresenter.kt b/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootPresenter.kt index 1acb114976..828f531211 100644 --- a/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootPresenter.kt +++ b/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootPresenter.kt @@ -55,11 +55,13 @@ class CreateRoomRootPresenter @Inject constructor() : Presenter