From 74ee93e9831d15067e810673793217bdf9ee7c7b Mon Sep 17 00:00:00 2001 From: CMK Date: Thu, 8 Apr 2021 11:26:46 +0800 Subject: [PATCH] chore: set title label for favorite scene --- Mastodon/Scene/Profile/Favorite/FavoriteViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mastodon/Scene/Profile/Favorite/FavoriteViewController.swift b/Mastodon/Scene/Profile/Favorite/FavoriteViewController.swift index 2a873586..0b4a01a4 100644 --- a/Mastodon/Scene/Profile/Favorite/FavoriteViewController.swift +++ b/Mastodon/Scene/Profile/Favorite/FavoriteViewController.swift @@ -47,6 +47,7 @@ extension FavoriteViewController { view.backgroundColor = Asset.Colors.Background.systemGroupedBackground.color navigationItem.titleView = titleView + titleView.update(title: L10n.Scene.Favorite.title, subtitle: nil) tableView.translatesAutoresizingMaskIntoConstraints = false view.addSubview(tableView)