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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
xx messenger iOS
Merge requests
!105
Fix connections title
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fix connections title
fix/connections-title
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Fix connections title
Bruno Muniz
requested to merge
fix/connections-title
into
dev
Dec 15, 2022
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
80d0605a
1 commit,
Dec 15, 2022
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Sources/SearchFeature/Utils/SearchDiffableDataSource.swift
+
1
−
1
View file @ 80d0605a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -17,7 +17,7 @@ class SearchDiffableDataSource: UITableViewDiffableDataSource<SearchSection, Sea
case
.
stranger
:
return
""
case
.
connections
:
return
"
LOCAL RESULT
S"
return
"
CONNECTION
S"
}
}
}
Loading