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 39951fd898
commit 24462cf944
5 changed files with 27 additions and 6 deletions
@@ -198,6 +198,10 @@ final class SideMenuViewController: UIViewController {
// MARK: - Actions
@IBAction func headerTapAction(sender: UIView) {
self.viewModel.process(viewAction: .tapHeader(sourceView: sender))
}
}
// MARK: - SideMenuViewModelViewDelegate