diff --git a/Delta/Game Selection/GamesViewController.swift b/Delta/Game Selection/GamesViewController.swift index 3ef32e7..a0fe535 100644 --- a/Delta/Game Selection/GamesViewController.swift +++ b/Delta/Game Selection/GamesViewController.swift @@ -646,7 +646,7 @@ extension GamesViewController: NSFetchedResultsControllerDelegate extension GamesViewController: UIAdaptivePresentationControllerDelegate { - func presentationControllerWillDismiss(_ presentationController: UIPresentationController) + func presentationControllerDidDismiss(_ presentationController: UIPresentationController) { self.sync() }