fix: update deep links handling
This commit is contained in:
parent
4bf3338834
commit
8278903f0a
@ -67,6 +67,8 @@ final class DeepLinkHandler {
|
||||
switch route {
|
||||
case let .agent(link):
|
||||
await self.handleAgent(link: link, originalURL: url)
|
||||
case .gateway:
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user