From: Jay Freeman (saurik) Date: Mon, 14 Mar 2011 11:12:23 +0000 (-0700) Subject: Fix view affinity of progress HUDs. X-Git-Tag: v1.1.0%b7~9 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/22b6c4b8c91baeee680cbddbd1f60efc1e581a76 Fix view affinity of progress HUDs. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 92f5a0ae..0bd84783 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;