Show rename info alert

This commit is contained in:
Alfonso Grillo
2022-10-26 16:41:43 +02:00
parent 733e06479a
commit af2fd6fae6
5 changed files with 18 additions and 5 deletions
@@ -34,8 +34,6 @@ class UserSessionNameViewModel: UserSessionNameViewModelType, UserSessionNameVie
completion?(.updateName(state.bindings.sessionName))
case .cancel:
completion?(.cancel)
case .learnMore:
#warning("To be implemented as part of PSG-714.")
}
}