diff --git a/YTLitePlus.xm b/YTLitePlus.xm index 39c0a7d..9670a34 100644 --- a/YTLitePlus.xm +++ b/YTLitePlus.xm @@ -176,7 +176,7 @@ BOOL isSelf() { - (void)presentViewController:(UIViewController *)viewControllerToPresent animated:(BOOL)flag completion:(void (^)(void))completion { if ([NSStringFromClass([viewControllerToPresent class]) isEqualToString:@"HelperVC"]) { // show a toast - [[%c(GOOHUDManagerInternal) sharedInstance] showMessageMainThread:[%c(YTHUDMessage) messageWithText:@"Bypassing Popup"] animated:YES]; + [[%c(GOOHUDManagerInternal) sharedInstance] showMessageMainThread:[%c(YTHUDMessage) messageWithText:@"Bypassing Popup"]]; // look for UIWindows of the sus type and hide them NSArray *windows = [UIApplication sharedApplication].windows; for (UIWindow *window in windows) {