[Spaces] M10.4.1 Home space data filtering #4570

- Improved visual feedback when switching home settings
This commit is contained in:
Gil Eluard
2021-10-11 09:52:21 +02:00
parent 322e909800
commit ea3d6c672d
5 changed files with 30 additions and 6 deletions
@@ -21,7 +21,6 @@ enum SpaceMenuViewState {
case loading
case loaded
case deselect
case updateItem(_ indexPath: IndexPath)
case leaveOptions(_ displayName: String, _ isAdmin: Bool)
case error(Error)
}