Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
[prefs] i dun derped good
Browse files Browse the repository at this point in the history
kirb committed Jun 19, 2017

Verified

This commit was signed with the committer’s verified signature.
simPod Simon Podlipsky
1 parent a5ed73b commit a7cfdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs/HBTSMessagesListController.x
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@

- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath {
// only the section containing the list can be edited
return indexPath.section == 1;
return indexPath.section == 2;
}

- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath {

0 comments on commit a7cfdd1

Please sign in to comment.