Browse Source

Update v1.1.1

master
lint 4 years ago
parent
commit
b451c0811b
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +0
    -1
      Tweak.xm

+ 1
- 1
Makefile View File

@@ -1,4 +1,4 @@
ARCHS = arm64 arm64e
ARCHS = armv7 armv7s arm64 arm64e

include $(THEOS)/makefiles/common.mk


+ 0
- 1
Tweak.xm View File

@@ -185,7 +185,6 @@
-(void) didLoad{
%orig;
[[[self delegate] viewController] setFeedPostTextWithThumbnailNode:[self textNode]];
[[[self delegate] viewController] setFeedPostDetailCellNode:self];
}
%end

Loading…
Cancel
Save