[Spaces] M10.9 Space menu #4494

- Update after code review
- Fixed some points of design review
This commit is contained in:
Gil Eluard
2021-08-12 11:23:47 +02:00
parent d956fea612
commit 55be20ae42
4 changed files with 16 additions and 16 deletions
@@ -284,12 +284,6 @@ extension SideMenuCoordinator: SpaceListCoordinatorDelegate {
}
func spaceListCoordinator(_ coordinator: SpaceListCoordinatorType, didPressMoreForSpaceWithId spaceId: String, from sourceView: UIView) {
// if UIDevice.current.isPhone {
// self.parameters.appNavigator.sideMenu.dismiss(animated: true) {
// self.showMenu(forSpaceWithId: spaceId, from: sourceView)
// }
// } else {
self.showMenu(forSpaceWithId: spaceId, from: sourceView)
// }
self.showMenu(forSpaceWithId: spaceId, from: sourceView)
}
}