We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663ba99 commit 36c8b20Copy full SHA for 36c8b20
HabitRPG/UI/Social/UserProfileViewController.swift
@@ -719,6 +719,13 @@ class UserProfileViewController: BaseHostingViewController<ProfilePage> {
719
}
720
721
722
+ override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
723
+ super.viewWillTransition(to: size, with: coordinator)
724
+ coordinator.animate(alongsideTransition: { _ in
725
+ self.topHeaderCoordinator?.showHideHeader(show: false, animated: false)
726
+ })
727
+ }
728
+
729
override func applyTheme(theme: any Theme) {
730
super.applyTheme(theme: theme)
731
navigationItem.leftBarButtonItem?.tintColor = theme.fixedTintColor
0 commit comments