chinmaymk/fosi

History is working on the main thread.

Closed this issue · 0 comments

Moving these to a background thread will remove some of the lag in the UI.
One way to solve would be to use completionHandlers for the History.
Or setup a delegate that HistoryManager can call when it's done with work.