1
0
mirror of https://github.com/gilshahar7/TapToOpen synced 2025-06-27 17:46:46 +00:00
This commit is contained in:
2017-05-08 19:02:16 +03:00
committed by GitHub
parent 85bd6d2884
commit 8d3bbed89b

View File

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