Updates social media URLs for Credits section in Settings

This commit is contained in:
Riley Testut
2024-02-14 17:54:20 -06:00
committed by Magesh K
parent 846285eb1f
commit bce824254b

View File

@@ -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