We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec7a14 commit ab22dd7Copy full SHA for ab22dd7
1 file changed
Tweak.x
@@ -2413,6 +2413,12 @@ static void BHTHideHomeAddTabButton(id container) {
2413
}
2414
%end
2415
2416
+%hook HFHealthSafetyFeature
2417
++ (BOOL)isTweetMedialInterstitialEnabled:(id)featureSwitches {
2418
+ return [BHTManager disableSensitiveTweetWarnings] ? false : %orig;
2419
+}
2420
+%end
2421
+
2422
// MARK: Tweet confirm
2423
%hook T1TweetComposeViewController
2424
- (void)_t1_didTapSendButton:(UIButton *)tweetButton {
0 commit comments