Show bottom sheet in rename session screen

This commit is contained in:
Alfonso Grillo
2022-10-28 15:55:46 +02:00
parent b5b6154a39
commit 7fd958be86
5 changed files with 15 additions and 4 deletions
@@ -58,6 +58,8 @@ final class UserSessionNameCoordinator: Coordinator, Presentable {
self.updateName(newName)
case .cancel:
self.completion?(.cancel)
case .learnMore:
self.completion?(.learnMore)
}
}
}