mirror of
https://github.com/gilshahar7/TapToOpen
synced 2025-06-28 01:56:47 +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;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
-(CGFloat)_defaultActionTriggerThreshold{
|
|
||||||
if(changeThreshold){
|
|
||||||
return %orig;
|
|
||||||
}else{
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-(CGFloat)_defaultActionOvershootContentOffset{return 0;}
|
-(CGFloat)_defaultActionOvershootContentOffset{return 0;}
|
||||||
|
|
||||||
-(void)layoutSubviews{
|
-(void)layoutSubviews{
|
||||||
%orig;
|
%orig;
|
||||||
bool isLocked = [[%c(SBLockScreenManager) sharedInstance] isUILocked];
|
bool isLocked = [[%c(SBLockScreenManager) sharedInstance] isUILocked];
|
||||||
|
Reference in New Issue
Block a user