mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-19 06:02:12 +02:00
[Spaces] M10.9 Space menu #4494
- Update after code review - Fixed some points of design review
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user