Add changelog.d file

This commit is contained in:
Alfonso Grillo
2023-01-13 10:54:56 +01:00
parent b549f5e4d8
commit bd85e7aa20
3 changed files with 1 additions and 21 deletions
@@ -194,7 +194,6 @@ final class RoomInfoCoordinator: NSObject, RoomInfoCoordinatorType {
}
private func push(coordinator: Coordinator & Presentable, animated: Bool = true) {
coordinator.start()
self.add(childCoordinator: coordinator)
navigationRouter.push(coordinator, animated: animated) {
self.remove(childCoordinator: coordinator)