From bce824254b75e957d0813a7e675231b802071ffc Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 14 Feb 2024 17:54:20 -0600 Subject: [PATCH] Updates social media URLs for Credits section in Settings --- AltStore/Settings/SettingsViewController.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index 31f7a3a8..ff312b56 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -754,6 +754,11 @@ extension SettingsViewController case .softwareLicenses: break } + if let selectedIndexPath = self.tableView.indexPathForSelectedRow + { + self.tableView.deselectRow(at: selectedIndexPath, animated: true) + } + case .debug: let row = DebugRow.allCases[indexPath.row] switch row