Ver código fonte

1.0.1

master
Gil Shahar 7 anos atrás
pai
commit
8d3bbed89b
1 arquivos alterados com 2 adições e 7 exclusões
  1. +2
    -7
      Tweak.xm

+ 2
- 7
Tweak.xm Ver arquivo

@@ -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];

Carregando…
Cancelar
Salvar