Browse Source

fix stupid mistake fuck :((

tags/v1.1.3
Viggo Lekdorf 3 years ago
parent
commit
a69c67bee4
4 changed files with 18 additions and 1 deletions
  1. +0
    -0
      .theos/build_session
  2. +0
    -0
      .theos/obj/.stamp
  3. +17
    -0
      .theos/obj/arm64/Tweak.x.6a49b574.Td
  4. +1
    -1
      Tweak.x

+ 0
- 0
.theos/build_session View File


+ 0
- 0
.theos/obj/.stamp View File


+ 17
- 0
.theos/obj/arm64/Tweak.x.6a49b574.Td View File

@@ -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:

+ 1
- 1
Tweak.x View File

@@ -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;

Loading…
Cancel
Save