Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
0 additions
and
6 deletions.
-
+0
−6
Source/SPTableContent.m
|
@@ -1245,12 +1245,6 @@ - (void)reloadTableTask |
|
|
*/ |
|
|
- (IBAction)filterTable:(id)sender |
|
|
{ |
|
|
BOOL senderIsPaginationButton = (sender == paginationPreviousButton || sender == paginationNextButton |
|
|
#ifndef SP_CODA |
|
|
|| sender == paginationViewController |
|
|
#endif |
|
|
); |
|
|
|
|
|
// Record whether the filter is being triggered by using delete/backspace in the filter field, which |
|
|
// can trigger the effect of clicking the "clear filter" button in the field. |
|
|
// (Keycode 51 is backspace, 117 is delete.) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.