From 1703244da8127529b6fe8e7eec1f03fbd307f7bf Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Mon, 30 Sep 2019 16:30:19 -0700 Subject: [PATCH] Explicitly starts syncing when dismissing SettingsViewController via Done button --- Delta/Game Selection/GamesViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Delta/Game Selection/GamesViewController.swift b/Delta/Game Selection/GamesViewController.swift index 8c91e21..3878a70 100644 --- a/Delta/Game Selection/GamesViewController.swift +++ b/Delta/Game Selection/GamesViewController.swift @@ -151,6 +151,7 @@ extension GamesViewController @IBAction private func unwindFromSettingsViewController(_ segue: UIStoryboardSegue) { + self.sync() } }