-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4850 bring leaving space experience in line with web #6062
4850 bring leaving space experience in line with web #6062
Conversation
…n_line_with_Web # Conflicts: # Riot/Modules/Spaces/SpaceRoomList/SpaceChildRoomDetail/SpaceChildRoomDetailViewModel.swift
…n_line_with_Web # Conflicts: # Riot/Generated/UntranslatedStrings.swift
…n_line_with_Web # Conflicts: # RiotSwiftUI/Modules/Spaces/MatrixItemChooser/MockMatrixItemChooserScreenState.swift
- Hide selection bar when filtering room list
- Make CI happy
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/grGtmG |
@@ -96,6 +99,29 @@ class SpaceMenuPresenter: NSObject { | |||
self.presentingViewController?.present(viewController, animated: animated, completion: nil) | |||
} | |||
} | |||
|
|||
@available(iOS 14.0, *) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can now get rid off these conditions :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right :) I'll do it next time !
resolves #4850