Skip to content
Snippets Groups Projects
Commit dbceb53c authored by Bruno Muniz's avatar Bruno Muniz :apple:
Browse files

Removed uneeded session injection checking

parent 55a3ed09
No related branches found
No related tags found
3 merge requests!71Releasing v1.1.5 (214),!67v1.1.5 b(203),!59Invite friends
......@@ -144,7 +144,6 @@ public class AppDelegate: UIResponder, UIApplicationDelegate {
options: [UIApplication.OpenURLOptionsKey : Any] = [:]
) -> Bool {
if let username = getUsernameFromInvitationDeepLink(url),
let _ = try? DependencyInjection.Container.shared.resolve() as SessionType,
let router = try? DependencyInjection.Container.shared.resolve() as PushRouter {
invitation = username
router.navigateTo(.search, {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment