summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 17f599b..9d66ac4 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -8653,7 +8653,7 @@ _end
- (void) perform_ {
[database_ perform];
- if (Finish_ == 0) {
+ if (Finish_ == 0 && !RestartSubstrate_) {
[self performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:YES];
} else {
// Reload data when we open up again