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

Loading…
Cancel
Save