marzika / Snapprefs

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

Fixed images being recycled before saving #204

Closed Andrerm124 closed 8 years ago

Andrerm124 commented 8 years ago

Currently images are being referenced, which means when the asynchronous save occurs, sometimes snapchat has already recycled them (Especially if the user spams snaps).

I've changed it to make a copy of them instead so that recycling is no longer a problem