Skip to content

Commit 9306f6e

Browse files
authored
Fix a minor paging bug (#7)
1 parent 0e7b34d commit 9306f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestableDesignExample/MvcArchitecture/Paging/PagingCursor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class PagingCursor: PagingCursorContract {
7474
return
7575
}
7676

77-
self.previousPage += 1
77+
self.previousPage -= 1
7878
}
7979

8080

0 commit comments

Comments
 (0)