Disable archiving for now

pull/33/head
Niels Andriesse 6 years ago
parent 54ebe85f11
commit 2e9a002eb1

@ -1208,6 +1208,7 @@ typedef NS_ENUM(NSInteger, HomeViewControllerSection) {
[self tableViewCellTappedDelete:swipedIndexPath];
}];
/**
UITableViewRowAction *archiveAction;
if (self.homeViewMode == HomeViewMode_Inbox) {
archiveAction = [UITableViewRowAction
@ -1228,10 +1229,11 @@ typedef NS_ENUM(NSInteger, HomeViewControllerSection) {
[self archiveIndexPath:tappedIndexPath];
}];
}
*/
// The first action will be auto-performed for "very long swipes".
return @[
archiveAction,
/*archiveAction,*/
deleteAction,
];
}

Loading…
Cancel
Save