Change behaviour of avatar/self in left menu to match common paradigm and take user to their own profile/settings

- Done
This commit is contained in:
Gil Eluard
2022-03-17 15:56:33 +01:00
parent 9a36ac7a5a
commit 123bbbf3dc
5 changed files with 27 additions and 6 deletions
@@ -22,4 +22,5 @@ import Foundation
enum SideMenuViewAction {
case loadData
case tap(menuItem: SideMenuItem, sourceView: UIView)
case tapHeader(sourceView: UIView)
}