Skip to content

Reworked Hook

Pre-release
Pre-release
Compare
Choose a tag to compare
@Andrerm124 Andrerm124 released this 25 Feb 13:21
· 3 commits to master since this release

TL;DR: Fixed issue causing apps to re-optimise in the background.

The old hook used to disable optimisation was overridden by android performing system wide app optimisations.
To solve this I've moved the hook closer to the optimisation function so that it is always checked.
This should be significantly more effective.