Gil Shahar hace 7 años
padre
commit
8d3bbed89b
Se han modificado 1 ficheros con 2 adiciones y 7 borrados
  1. +2
    -7
      Tweak.xm

+ 2
- 7
Tweak.xm Ver fichero

@@ -27,14 +27,9 @@ bool changeThreshold = false;
return -1;
}
}
-(CGFloat)_defaultActionTriggerThreshold{
if(changeThreshold){
return %orig;
}else{
return -1;
}
}

-(CGFloat)_defaultActionOvershootContentOffset{return 0;}

-(void)layoutSubviews{
%orig;
bool isLocked = [[%c(SBLockScreenManager) sharedInstance] isUILocked];

Cargando…
Cancelar
Guardar