[Delta Sync] Delays sync until after interactive Settings dismissal has completed
Avoids false-positives when user scrolls to top of a Settings screen.
This commit is contained in:
parent
8ea40a4728
commit
e33a7c662f
@ -646,7 +646,7 @@ extension GamesViewController: NSFetchedResultsControllerDelegate
|
|||||||
|
|
||||||
extension GamesViewController: UIAdaptivePresentationControllerDelegate
|
extension GamesViewController: UIAdaptivePresentationControllerDelegate
|
||||||
{
|
{
|
||||||
func presentationControllerWillDismiss(_ presentationController: UIPresentationController)
|
func presentationControllerDidDismiss(_ presentationController: UIPresentationController)
|
||||||
{
|
{
|
||||||
self.sync()
|
self.sync()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user