1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-03 16:26:45 +00:00

Update v1.1.1

This commit is contained in:
lint
2019-09-26 13:15:54 -04:00
parent 81340381bc
commit b451c0811b
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARCHS = arm64 arm64e ARCHS = armv7 armv7s arm64 arm64e
include $(THEOS)/makefiles/common.mk include $(THEOS)/makefiles/common.mk

View File

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