diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2013-02-11 20:52:48 +0100 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2013-02-11 20:52:48 +0100 |
commit | ea5bce8099d735b0058139589b1f1bbe5afb7272 (patch) | |
tree | 6b8bba56483edf8013029efd3d79d70da1ee12b5 /iBean/iBean | |
parent | d1a80793aab82ebe7d81491be6dd59398fb61ab7 (diff) | |
download | iBean-ea5bce8099d735b0058139589b1f1bbe5afb7272.tar.gz iBean-ea5bce8099d735b0058139589b1f1bbe5afb7272.zip |
Bug fix: When setting bean collection list in edit mode and switch to another view and back, it is still in edit mode (as the other table views in the app).
Diffstat (limited to 'iBean/iBean')
-rw-r--r-- | iBean/iBean/BeanCollectionListViewController.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/iBean/iBean/BeanCollectionListViewController.m b/iBean/iBean/BeanCollectionListViewController.m index ebcb7e7..3f84aed 100644 --- a/iBean/iBean/BeanCollectionListViewController.m +++ b/iBean/iBean/BeanCollectionListViewController.m @@ -161,9 +161,6 @@ { [self.tableView reloadData]; } - - //Reset editing state - self.editing = NO; } /***************************************************** |