Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Features/Reels/ReelsPlayback.xm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if ([SCIUtils getBoolPref:@"refresh_reel_confirm"]) {
NSLog(@"[SCInsta] Reel refresh triggered");

[SCIUtils showConfirmation:^(void) { %orig(arg1, arg2); }
[SCIUtils showConfirmation:^(void) { %orig; }
cancelHandler:^(void) {
IGRefreshControl *_refreshControl = MSHookIvar<IGRefreshControl *>(self, "_refreshControl");
[self refreshControlDidEndFinishLoadingAnimation:_refreshControl];
Expand Down
Loading