From: Jay Freeman (saurik) Date: Tue, 20 May 2014 08:00:19 +0000 (-0700) Subject: Delayed URL loads should still be forExternal:YES. X-Git-Tag: v1.1.10~42 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/f14bba6943800576a00433dae4458f472b9aae7e Delayed URL loads should still be forExternal:YES. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 7ea98e42..97ff1d4a 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9836,7 +9836,7 @@ _trace(); // (Try to) show the startup URL. if (starturl_ != nil) { - [self openCydiaURL:starturl_ forExternal:NO]; + [self openCydiaURL:starturl_ forExternal:YES]; starturl_ = nil; } }