favorites : fix formating

This commit is contained in:
ganfra
2024-02-15 16:23:05 +01:00
parent 74b590d484
commit a25096ba0e

View File

@@ -222,7 +222,6 @@ class RoomListPresenter @Inject constructor(
.flatMapLatest { isShowingContextMenuFlow }
.takeWhile { isShowingContextMenu -> isShowingContextMenu }
.collect()
}
}