ReticentJohn / Amaroq

A floofy Mastodon companion for iOS
https://appsto.re/us/OfFxib.i
Mozilla Public License 2.0
237 stars 56 forks source link

[Deprecated] Avoid calling NSUserDefaults synchronize #117

Closed ruta0 closed 3 years ago

ruta0 commented 5 years ago

Post iOS 7, NSUserDefaults will execute save action to disk, so there is no need to explicitly call [[NSUserDefaults standardUserDefaults] synchronize]; in the code.

It's going to be a minor performance annoyance.

ruta0 commented 5 years ago

Referencing to PR #118