coding on my phone
This commit is contained in:
parent
7674805f75
commit
55494e2e91
1 changed files with 1 additions and 1 deletions
|
|
@ -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<UIWindow *> *windows = [UIApplication sharedApplication].windows;
|
||||
for (UIWindow *window in windows) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue