fix stupid mistake fuck :((

这个提交包含在:
2020-06-30 02:28:08 +02:00
父节点 ceb0288569
当前提交 a69c67bee4
共有 4 个文件被更改,包括 18 次插入1 次删除

0
.theos/build_session 普通文件
查看文件

0
.theos/obj/.stamp 普通文件
查看文件

查看文件

@ -0,0 +1,17 @@
/Users/yaypixxo/Documents/git/kage/.theos/obj/arm64/Tweak.x.6a49b574.o: \
/Users/yaypixxo/Documents/git/kage/.theos/obj/arm64/Tweak.x.m \
/Users/yaypixxo/theos/Prefix.pch \
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h \
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h \
/Users/yaypixxo/theos/vendor/include/HBLog.h \
/Users/yaypixxo/theos/vendor/include/substrate.h
/Users/yaypixxo/theos/Prefix.pch:
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h:
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h:
/Users/yaypixxo/theos/vendor/include/HBLog.h:
/Users/yaypixxo/theos/vendor/include/substrate.h:

查看文件

@ -275,7 +275,7 @@ static void notificationCallback(CFNotificationCenterRef center, void *observer,
// Close folder when tapped inside // Close folder when tapped inside
%hook SBFloatyFolderView %hook SBFloatyFolderView
-(void)_tapToCloseGestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2 { -(BOOL)_tapToCloseGestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2 {
%orig; %orig;
if (enabled && tapFolderClose) { if (enabled && tapFolderClose) {
return YES; return YES;