diff options
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index a1a9ede..25de2d8 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4980,6 +4980,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { ] autorelease]; [essential_ setContext:@"remove"]; + [essential_ setNumberOfRows:2]; } else { essential_ = [[[UIAlertView alloc] initWithTitle:UCLocalize("UNABLE_TO_COMPLY") |