marzika / Snapprefs

A project which offer enhanced features for Snapchat throught the Xposed Framework.
GNU General Public License v3.0
272 stars 82 forks source link

Converted Saving Async.execute to use the AsyncTaskCompat.executeParralel #333

Closed Andrerm124 closed 7 years ago

Andrerm124 commented 7 years ago

Currently the saving was using the AsyncTask.execute() method, however that waits for other AsyncTasks (Of the same type) to complete before moving on to others. It seems that the saving had paused causing no other tasks to execute