From e33a7c662f57a30a0b523ef9f47e698a30d48e88 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Fri, 7 Jul 2023 18:07:58 -0500 Subject: [PATCH] [Delta Sync] Delays sync until after interactive Settings dismissal has completed Avoids false-positives when user scrolls to top of a Settings screen. --- Delta/Game Selection/GamesViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }