From 3893db3c21cf90aa3a436662cc298c7802c955aa Mon Sep 17 00:00:00 2001 From: ganfra Date: Thu, 15 Feb 2024 16:23:05 +0100 Subject: [PATCH] favorites : fix formating --- .../element/android/features/roomlist/impl/RoomListPresenter.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListPresenter.kt b/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListPresenter.kt index 6f692621b3..68ef53703a 100644 --- a/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListPresenter.kt +++ b/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListPresenter.kt @@ -222,7 +222,6 @@ class RoomListPresenter @Inject constructor( .flatMapLatest { isShowingContextMenuFlow } .takeWhile { isShowingContextMenu -> isShowingContextMenu } .collect() - } }