Explicitly starts syncing when dismissing SettingsViewController via Done button

This commit is contained in:
Riley Testut 2019-09-30 16:30:19 -07:00
parent bb600d1e98
commit 1703244da8

View File

@ -151,6 +151,7 @@ extension GamesViewController
@IBAction private func unwindFromSettingsViewController(_ segue: UIStoryboardSegue)
{
self.sync()
}
}