Skip to content

Commit 76e17eb

Browse files
committed
Correct discussion view controller test
1 parent fc6a5eb commit 76e17eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Core/Core/Features/Discussions/DiscussionDetails/DiscussionDetailsViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ public class DiscussionDetailsViewController: ScreenViewTrackableViewController,
273273

274274
if #available(iOS 26, *) {
275275
navigationItem.subtitle = name
276+
// WebView needs this color
277+
self.color = color
276278
} else {
277279
updateNavBar(subtitle: name, color: color)
278280
}

0 commit comments

Comments
 (0)