Skip to content

Commit

Permalink
fix: confirm post comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SoCuul committed Jun 28, 2024
1 parent 24f42bd commit 0459c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Features/Confirm/PostCommentConfirm.x
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#import "../../Manager.h"
#import "../../Utils.h"

%hook IGCommentComposingController
- (void)_onSendButtonTapped:(id)arg1 {
%hook IGCommentComposer.IGCommentComposerController
- (void)onSendButtonTap {
if ([SCIManager postCommentConfirmation]) {
NSLog(@"[SCInsta] Confirm post comment triggered");

Expand Down

0 comments on commit 0459c89

Please sign in to comment.