From a69c67bee4288c2cb140fa20805f978a57a5db2c Mon Sep 17 00:00:00 2001 From: yaypixxo Date: Tue, 30 Jun 2020 02:28:08 +0200 Subject: [PATCH] fix stupid mistake fuck :(( --- .theos/build_session | 0 .theos/obj/.stamp | 0 .theos/obj/arm64/Tweak.x.6a49b574.Td | 17 +++++++++++++++++ Tweak.x | 2 +- 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .theos/build_session create mode 100644 .theos/obj/.stamp create mode 100644 .theos/obj/arm64/Tweak.x.6a49b574.Td diff --git a/.theos/build_session b/.theos/build_session new file mode 100644 index 0000000..e69de29 diff --git a/.theos/obj/.stamp b/.theos/obj/.stamp new file mode 100644 index 0000000..e69de29 diff --git a/.theos/obj/arm64/Tweak.x.6a49b574.Td b/.theos/obj/arm64/Tweak.x.6a49b574.Td new file mode 100644 index 0000000..7cfb273 --- /dev/null +++ b/.theos/obj/arm64/Tweak.x.6a49b574.Td @@ -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: diff --git a/Tweak.x b/Tweak.x index 5a2f252..13a8cac 100644 --- a/Tweak.x +++ b/Tweak.x @@ -275,7 +275,7 @@ static void notificationCallback(CFNotificationCenterRef center, void *observer, // Close folder when tapped inside %hook SBFloatyFolderView --(void)_tapToCloseGestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2 { +-(BOOL)_tapToCloseGestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2 { %orig; if (enabled && tapFolderClose) { return YES;