diff options
-rw-r--r-- | MobileCydia.mm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 92f5a0a..0bd8478 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9426,10 +9426,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { if (UIViewController *modal = [target modalViewController]) target = modal; - UIView *view([target view]); - [view addSubview:hud]; - - [hud showInView:[tabbar_ view]]; + [hud showInView:[target view]]; ++locked_; return hud; |