Implement new space selector bottom sheet (#6518)

* Delight: Edit layout experiment #6079
This commit is contained in:
Gil Eluard
2022-08-05 13:39:45 +02:00
committed by GitHub
parent e39982a555
commit 1a2e6fdb89
47 changed files with 1705 additions and 295 deletions
@@ -32,8 +32,8 @@ class AllChatsActionProvider {
self.recentsAction,
self.filtersAction,
UIMenu(title: "", options: .displayInline, children: [
alphabeticalOrderAction,
activityOrderAction
activityOrderAction,
alphabeticalOrderAction
])
])
}