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 5d3c652..f73dce6 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -7113,7 +7113,7 @@ freeing the view controllers on tab change */
- (void) viewWillDisappear:(BOOL)animated {
[super viewWillDisappear:animated];
- [self setEditing:NO];
+ if (editing_) [self setEditing:NO];
}
- (Section *) sectionAtIndexPath:(NSIndexPath *)indexPath {