From 2891f47cb34167e715d92b2c917a85bf03919c86 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 12 Dec 2022 22:47:16 -0500 Subject: [PATCH] Fix statuses from the wrong timeline being restored into Home (again) --- Tusker/Screens/Timeline/TimelinesPageViewController.swift | 3 ++- Tusker/Screens/Utilities/SegmentedPageViewController.swift | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Tusker/Screens/Timeline/TimelinesPageViewController.swift b/Tusker/Screens/Timeline/TimelinesPageViewController.swift index 3aafae5f23..0cb4298a1d 100644 --- a/Tusker/Screens/Timeline/TimelinesPageViewController.swift +++ b/Tusker/Screens/Timeline/TimelinesPageViewController.swift @@ -83,7 +83,8 @@ class TimelinesPageViewController: SegmentedPageViewController: UIPageViewController, UIPageV self.selectPage(option, animated: true) } } - // TODO: double check this with the custom segmented control + // TODO: the custom segmented control isn't treated as a group and I have no idea how to change that // the segemented control itself is only focusable when VoiceOver is in Group navigation mode, // so make it clear that to switch tabs the user needs to enter the group segmentedControl.accessibilityHint = "Enter group to select timeline"