mirror of
https://github.com/gilshahar7/TapToOpen
synced 2025-06-27 17:46:46 +00:00
1.0.1
This commit is contained in:
9
Tweak.xm
9
Tweak.xm
@ -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];
|
||||
|
Reference in New Issue
Block a user