From a7e41c1eb4cbaf8a9b321d4fc1c92e68f4b00b92 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Mon, 3 Jan 2011 23:05:26 -0800 Subject: [PATCH] Until the ignored toggle saves state, disallow modifying the state. --- MobileCydia.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index 8b596a15..79b34952 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -7855,6 +7855,8 @@ freeing the view controllers on tab change */ [ignoredCell_ setText:UCLocalize("IGNORE_UPGRADES")]; [ignoredCell_ setAccessoryView:ignoredSwitch_]; [ignoredCell_ setSelectionStyle:UITableViewCellSelectionStyleNone]; + // FIXME: Ignored state is not saved. + [ignoredCell_ setUserInteractionEnabled:NO]; [table_ setDataSource:self]; [table_ setDelegate:self]; -- 2.45.2