Explicitly starts syncing when dismissing SettingsViewController via Done button
This commit is contained in:
parent
bb600d1e98
commit
1703244da8
@ -151,6 +151,7 @@ extension GamesViewController
|
||||
|
||||
@IBAction private func unwindFromSettingsViewController(_ segue: UIStoryboardSegue)
|
||||
{
|
||||
self.sync()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user