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 } .flatMapLatest { isShowingContextMenuFlow }
.takeWhile { isShowingContextMenu -> isShowingContextMenu } .takeWhile { isShowingContextMenu -> isShowingContextMenu }
.collect() .collect()
} }
} }