Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix reply to users or users follow request disappears when turn on hi…
Browse files Browse the repository at this point in the history
…de who to follow
  • Loading branch information
haoict committed May 30, 2020
1 parent b140c5e commit 6aaeedb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static void showDownloadPopup(id twStatus, UIViewController *viewController, voi
}

if (hideWhoToFollow) {
if ([itemClassName isEqualToString:@"TFNTwitterUser"]) {
if ([itemClassName isEqualToString:@"TFNTwitterUser"] && [NSStringFromClass([self class]) isEqualToString:@"T1HomeTimelineItemsViewController"]) {
[tbvCell setHidden: YES];
return tbvCell;
}
Expand Down Expand Up @@ -116,7 +116,7 @@ static void showDownloadPopup(id twStatus, UIViewController *viewController, voi
}

if (hideWhoToFollow) {
if ([itemClassName isEqualToString:@"TFNTwitterUser"]) {
if ([itemClassName isEqualToString:@"TFNTwitterUser"] && [NSStringFromClass([self class]) isEqualToString:@"T1HomeTimelineItemsViewController"]) {
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: com.haoict.twitternoads
Name: Twitter No Ads
Depends: mobilesubstrate, preferenceloader, com.haoict.libhdev (>= 2.0.0), firmware (>= 10)
Version: 1.2.0
Version: 1.2.1
Architecture: iphoneos-arm
Description: Free & Open Source Tweak for Twitter
Free & Open Source Tweak for Twitter
Expand Down
Binary file not shown.

0 comments on commit 6aaeedb

Please sign in to comment.