Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx messenger iOS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
xx messenger iOS
Commits
ff3d9098
Commit
ff3d9098
authored
2 years ago
by
Bruno Muniz
Browse files
Options
Downloads
Patches
Plain Diff
Fixed issue where deeplinking pushes wrong stack
parent
dbceb53c
No related branches found
No related tags found
3 merge requests
!71
Releasing v1.1.5 (214)
,
!67
v1.1.5 b(203)
,
!59
Invite friends
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sources/App/DependencyRegistrator.swift
+4
-1
4 additions, 1 deletion
Sources/App/DependencyRegistrator.swift
with
4 additions
and
1 deletion
Sources/App/DependencyRegistrator.swift
+
4
−
1
View file @
ff3d9098
...
@@ -261,7 +261,10 @@ extension PushRouter {
...
@@ -261,7 +261,10 @@ extension PushRouter {
switch
route
{
switch
route
{
case
.
search
:
case
.
search
:
if
(
navigationController
.
viewControllers
.
last
as?
SearchContainerController
)
==
nil
{
if
(
navigationController
.
viewControllers
.
last
as?
SearchContainerController
)
==
nil
{
navigationController
.
setViewControllers
([
SearchContainerController
()],
animated
:
true
)
navigationController
.
setViewControllers
([
ChatListController
(),
SearchContainerController
()
],
animated
:
true
)
}
}
case
.
requests
:
case
.
requests
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment