1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-06 16:36:47 +00:00
This commit is contained in:
Burrit0z
2020-05-20 09:19:46 -04:00
parent bcbfc15105
commit 48b561ba10
2 changed files with 17 additions and 6 deletions

View File

@ -46,7 +46,7 @@ long long lastPercentage;
BOOL charging = MSHookIvar<long long>(device, "_charging");
BOOL LPM = MSHookIvar<BOOL>(device, "_batterySaverModeActive");
if(charging || !charging) {
if(charging) {
UIVisualEffectView *blank;
if(@available(iOS 12.0, *)) {