diff --git a/APCAppCore/APCAppCore/UI/TabBarControllers/Dashboard/APCGraphViewController.m b/APCAppCore/APCAppCore/UI/TabBarControllers/Dashboard/APCGraphViewController.m index 71cf7c4f..c5329932 100644 --- a/APCAppCore/APCAppCore/UI/TabBarControllers/Dashboard/APCGraphViewController.m +++ b/APCAppCore/APCAppCore/UI/TabBarControllers/Dashboard/APCGraphViewController.m @@ -276,7 +276,6 @@ -(void)graphViewControllerShouldUpdateChartWithScoring:(APCScoring *)__unused sc */ - (void) updateSegmentControlToGraphViewState { - [self.segmentedControl setSelectedSegmentIndex:APCGraphViewPeriodLastMonth]; // Number of days will be negative, so check for greater than if (self.graphItem.graphData.numberOfDays > APCGraphView7DaysAgo) {