diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-20 01:00:19 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-20 01:00:50 -0700 |
commit | f14bba6943800576a00433dae4458f472b9aae7e (patch) | |
tree | 4c25b16fb2a930541bd3e992f84aa72a1a7e1ea1 | |
parent | 754456f50dfc16895f42e9e6db4c22297e8ada2e (diff) |
Delayed URL loads should still be forExternal:YES.
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 7ea98e4..97ff1d4 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; } } |