favorites : fix formating

This commit is contained in:
ganfra 2024-02-15 16:23:05 +01:00
parent 4a9f75be9a
commit 3893db3c21

View file

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