瀏覽代碼

1.0.1

master
Gil Shahar 7 年之前
父節點
當前提交
8d3bbed89b
共有 1 個文件被更改,包括 2 次插入7 次删除
  1. +2
    -7
      Tweak.xm

+ 2
- 7
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];

Loading…
取消
儲存