beeminder / BeeSwift

Official Beeminder for iOS app
Other
30 stars 6 forks source link

Use viewContext when updating badge count #524

Closed theospears closed 3 days ago

theospears commented 3 days ago

It looks like updating the badge count for the app always happens on the main thread, which means it can use the viewContext. Add an appropriate assertion and switch to this context.

Testing: Verified the app could launch and update goals

theospears commented 3 days ago

This stack of pull requests is managed by Graphite. Learn more about stacking.