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
!99
Remove back title on contact controller from single chat
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Remove back title on contact controller from single chat
fix/contact-screen-nav-back-title
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Remove back title on contact controller from single chat
Bruno Muniz
requested to merge
fix/contact-screen-nav-back-title
into
dev
Dec 14, 2022
Overview
0
Commits
1
Pipelines
0
Changes
1
Result:
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
04226e25
1 commit,
Dec 14, 2022
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Sources/ChatFeature/Controllers/SingleChatController.swift
+
1
−
0
View file @ 04226e25
Edit in single-file editor
Open in Web IDE
Show full file
@@ -84,6 +84,7 @@ public final class SingleChatController: UIViewController {
public
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
super
.
viewWillAppear
(
animated
)
navigationItem
.
backButtonTitle
=
""
statusBar
.
set
(
.
darkContent
)
navigationController
?
.
navigationBar
.
customize
(
backgroundColor
:
Asset
.
neutralWhite
.
color
,
Loading